commit
0178347392
2 changed files with 5 additions and 10 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,22 +1,16 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
|
||||||
- ree
|
|
||||||
before_script:
|
before_script:
|
||||||
- "[ '2.6.12' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
|
- "[ '2.6.9' = $PUPPET_VERSION ] && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true"
|
||||||
after_script:
|
after_script:
|
||||||
script: "rake spec"
|
script: "rake spec"
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- tb/travis
|
- master
|
||||||
env:
|
env:
|
||||||
- PUPPET_VERSION=2.6.12
|
- PUPPET_VERSION=2.7.13
|
||||||
- PUPPET_VERSION=2.7.6
|
- PUPPET_VERSION=2.7.6
|
||||||
- PUPPET_VERSION=2.7.9
|
- PUPPET_VERSION=2.6.9
|
||||||
matrix:
|
|
||||||
exclude:
|
|
||||||
- rvm: 1.9.2
|
|
||||||
env: PUPPET_VERSION=2.6.12
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
1
Gemfile
1
Gemfile
|
@ -10,4 +10,5 @@ group :test do
|
||||||
gem 'rake', '>= 0.9.0'
|
gem 'rake', '>= 0.9.0'
|
||||||
gem 'rspec', '>= 2.8.0'
|
gem 'rspec', '>= 2.8.0'
|
||||||
gem 'rspec-puppet', '>= 0.1.1'
|
gem 'rspec-puppet', '>= 0.1.1'
|
||||||
|
gem 'mocha', '>= 0.11.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue