File tree Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Expand file tree Collapse file tree 3 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 11---
22.travis.yml :
3- env_matrix :
4- - PUPPET_GEM_VERSION="~> 2.7.0"
5- - PUPPET_GEM_VERSION="~> 3.2.0 "
6- - PUPPET_GEM_VERSION="~> 3.4.0"
7- - PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes"
3+ extras :
4+ - rvm : 1.9.3
5+ env : PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes "
6+ - rvm : 2.0.0
7+ env : PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes"
88spec/spec_helper.rb :
99 unmanaged : true
Original file line number Diff line number Diff line change 11---
2- branches :
3- only :
4- - master
52language : ruby
63bundler_args : --without development
74script : " bundle exec rake spec SPEC_OPTS='--format documentation'"
8- rvm :
9- - 1.8.7
10- - 1.9.3
11- - 2.0.0
12- env :
13- matrix :
14- - PUPPET_GEM_VERSION="~> 2.7.0"
15- - PUPPET_GEM_VERSION="~> 3.2.0"
16- - PUPPET_GEM_VERSION="~> 3.4.0"
17- - PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes"
185matrix :
196 fast_finish : true
20- exclude :
7+ include :
8+ - rvm : 1.8.7
9+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
10+ - rvm : 1.8.7
11+ env : PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
2112 - rvm : 1.9.3
22- env : PUPPET_GEM_VERSION="~> 2.7 .0"
13+ env : PUPPET_GEM_VERSION="~> 3 .0"
2314 - rvm : 2.0.0
24- env : PUPPET_GEM_VERSION="~> 2.7.0"
15+ env : PUPPET_GEM_VERSION="~> 3.0"
16+ - rvm : 1.9.3
17+ env : PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes"
18+ - rvm : 2.0.0
19+ env : PUPPET_GEM_VERSION="~> 3.5.0.rc3" STRICT_VARIABLES="yes"
2520notifications :
2621 email : false
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ group :development, :test do
1212 gem 'simplecov' , :require => false
1313end
1414
15+ if facterversion = ENV [ 'FACTER_GEM_VERSION' ]
16+ gem 'facter' , facterversion , :require => false
17+ else
18+ gem 'facter' , :require => false
19+ end
20+
1521if puppetversion = ENV [ 'PUPPET_GEM_VERSION' ]
1622 gem 'puppet' , puppetversion , :require => false
1723else
You can’t perform that action at this time.
0 commit comments