1
1
---
2
+ os : linux
3
+ dist : xenial
2
4
language : ruby
3
5
4
- sudo : false
5
-
6
6
bundler_args : --without development acceptance
7
7
8
8
notifications :
@@ -11,31 +11,27 @@ notifications:
11
11
before_install :
12
12
- gem update bundler
13
13
14
- matrix :
14
+ script : ' SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHECK'
15
+
16
+ jobs :
15
17
fast_finish : true
16
18
include :
17
- - rvm : 2.1.9
18
- env : PUPPET_GEM_VERSION="~> 4" CHECK=spec
19
- - rvm : 2.4.1
20
- env : PUPPET_GEM_VERSION="~> 4" CHECK=spec
21
- - rvm : 2.4.1
22
- env : PUPPET_GEM_VERSION="~> 5" CHECK=spec
23
- - rvm : 2.5
24
- env : PUPPET_GEM_VERSION="~> 6" CHECK=spec
25
- - rvm : 2.1.9
26
- env : PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
27
- -
28
- bundler_args : " "
29
- dist : trusty
30
- rvm : 2.5
31
- before_script :
32
- - bundle exec rake 'litmus:provision[docker, centos:7]'
33
- - bundle exec rake 'litmus:install_agent[puppet6]'
34
- - bundle exec rake 'litmus:install_modules_from_directory[./spec/fixtures/acceptance/modules]'
35
- - bundle exec rake litmus:install_gems
36
- script :
37
- - bundle exec rake litmus:acceptance:parallel
38
- services : docker
39
- sudo : required
40
-
41
- script : ' SPEC_OPTS="--format documentation" COVERAGE="yes" bundle exec rake $CHECK'
19
+ - rvm : 2.1.9
20
+ env : PUPPET_GEM_VERSION="~> 4" CHECK=spec
21
+ - rvm : 2.4.1
22
+ env : PUPPET_GEM_VERSION="~> 4" CHECK=spec
23
+ - rvm : 2.4.1
24
+ env : PUPPET_GEM_VERSION="~> 5" CHECK=spec
25
+ - rvm : 2.5
26
+ env : PUPPET_GEM_VERSION="~> 6" CHECK=spec
27
+ - rvm : 2.1.9
28
+ env : PUPPET_GEM_VERSION="~> 4" CHECK=rubocop
29
+ - bundler_args : " "
30
+ rvm : 2.5
31
+ before_script :
32
+ - bundle exec rake 'litmus:provision[docker, centos:7]'
33
+ - bundle exec rake 'litmus:install_agent[puppet6]'
34
+ - bundle exec rake 'litmus:install_modules_from_directory[./spec/fixtures/acceptance/modules]'
35
+ - bundle exec rake litmus:install_gems
36
+ script :
37
+ - bundle exec rake litmus:acceptance:parallel
0 commit comments