File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- branches :
3
- only :
4
- - master
5
2
language : ruby
6
3
bundler_args : --without development
7
4
script : " 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.3.0"
16
- - PUPPET_GEM_VERSION="~> 3.4.0"
17
5
matrix :
18
6
fast_finish : true
19
- 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"
20
12
- rvm : 1.9.3
21
- env : PUPPET_GEM_VERSION="~> 2.7 .0"
13
+ env : PUPPET_GEM_VERSION="~> 3 .0"
22
14
- rvm : 2.0.0
23
- env : PUPPET_GEM_VERSION="~> 2.7 .0"
15
+ env : PUPPET_GEM_VERSION="~> 3 .0"
24
16
notifications :
25
17
email : false
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ group :development, :test do
13
13
gem 'mime-types' , '<2.0' , :require => false
14
14
end
15
15
16
+ if facterversion = ENV [ 'FACTER_GEM_VERSION' ]
17
+ gem 'facter' , facterversion , :require => false
18
+ else
19
+ gem 'facter' , :require => false
20
+ end
21
+
16
22
if puppetversion = ENV [ 'PUPPET_GEM_VERSION' ]
17
23
gem 'puppet' , puppetversion , :require => false
18
24
else
You can’t perform that action at this time.
0 commit comments