forked from inspec/kitchen-inspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (41 loc) · 1.1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
sudo: required
branches:
only:
- master
language: ruby
cache: bundler
services:
- docker
bundler_args: "--without integration guard tools"
before_install:
- gem update --system
- gem --version
- rvm @global do gem install bundler
- bundle --version
matrix:
include:
- rvm: 2.3.7
- rvm: 2.4.4
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE
env: SUITE="test:integration" OS='default profile contains_inspec'
- rvm: 2.4.4
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE
env: SUITE="test:integration" OS='backwards'
- rvm: 2.4.4
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE
env: SUITE="test:integration" OS='duplicates'
- rvm: 2.4.4
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE
env: SUITE="test:integration" OS='supermarket'
- rvm: 2.4.4
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE
env: SUITE="test:integration" OS='attributes-inline attributes-file'
- rvm: 2.5.1
- rvm: ruby-head
allow_failures:
- rvm: ruby-head