Commit fb01f61 1 parent 400f01e commit fb01f61 Copy full SHA for fb01f61
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 3
3
- 1.8.7
4
4
- 1.9.3
5
5
- 2.0.0
6
+ - 2.1.4
6
7
env :
7
- - PUPPET_GEM_VERSION="2.7.14"
8
8
- PUPPET_GEM_VERSION="~> 2.7"
9
9
- PUPPET_GEM_VERSION="~> 3.3"
10
+ - PUPPET_GEM_VERSION="~> 3.7" FUTURE_PARSER="yes"
10
11
matrix :
11
12
allow_failures :
12
13
- rvm : ruby-head
13
14
exclude :
14
- - rvm : 1.9.3
15
- env : PUPPET_GEM_VERSION="2.7.14"
16
- - rvm : 2.0.0
17
- env : PUPPET_GEM_VERSION="2.7.14"
18
15
- rvm : 1.9.3
19
16
env : PUPPET_GEM_VERSION="~> 2.7"
20
17
- rvm : 2.0.0
21
18
env : PUPPET_GEM_VERSION="~> 2.7"
19
+ - rvm : 2.1.4
20
+ env : PUPPET_GEM_VERSION="~> 2.7"
22
21
fast_finish : true
23
22
notifications :
24
23
email : false
Original file line number Diff line number Diff line change @@ -10,3 +10,11 @@ gem 'rake', :require => false
10
10
gem 'puppetlabs_spec_helper' , :require => false
11
11
gem 'puppet-lint' , :require => false
12
12
gem 'puppet-syntax' , :require => false
13
+ gem 'rspec-puppet' ,
14
+ :git => 'https://github.com/rodjek/rspec-puppet.git' ,
15
+ :ref => '6ac97993fa972a15851a73d55fe3d1c0a85172b5' ,
16
+ :require => false
17
+ # rspec 3 spews warnings with rspec-puppet 1.0.1
18
+ gem 'rspec-core' , '~> 2.0' , :require => false
19
+
20
+ # vim:ft=ruby
You can’t perform that action at this time.
0 commit comments