File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2+ rvm :
3+ - 1.8.7
4+ - 1.9.2
5+ - 1.9.3
6+ - 2.0.0
27language : ruby
38bundler_args : --without development
49script : " bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
10+ env :
11+ - PUPPET_VERSION=2.6.18
12+ - PUPPET_VERSION=2.7.23
13+ - PUPPET_VERSION=3.0.2
14+ - PUPPET_VERSION=3.1.1
15+ - PUPPET_VERSION=3.2.4
16+ - PUPPET_VERSION=3.3.2
17+ - PUPPET_VERSION=3.4.1
518matrix :
619 fast_finish : true
7- include :
8- - rvm : 1.8.7
9- env : PUPPET_GEM_VERSION="~> 3.0"
10- - rvm : 1.9.3
11- env : PUPPET_GEM_VERSION="~> 3.0"
12- - rvm : 2.0.0
13- env : PUPPET_GEM_VERSION="~> 3.0"
20+ exclude :
21+ - rvm : 1.9.2
22+ env : PUPPET_VERSION=2.6.18
23+ - rvm : 1.9.3
24+ env : PUPPET_VERSION=2.6.18
25+ - rvm : 2.0.0
26+ env : PUPPET_VERSION=2.6.18
27+ - rvm : 2.0.0
28+ env : PUPPET_VERSION=2.7.23
29+ - rvm : 2.0.0
30+ env : PUPPET_VERSION=3.0.2
31+ - rvm : 2.0.0
32+ env : PUPPET_VERSION=3.1.1
1433notifications :
1534 email : false
You can’t perform that action at this time.
0 commit comments