Merge pull request #375 from enovance/travis

Add travis file
This commit is contained in:
Sebastien Badia
2014-03-21 17:46:59 +01:00

19
.travis.yml Normal file
View File

@@ -0,0 +1,19 @@
language: ruby
script: "bundle exec rake test COV=y SPEC_OPTS='--format n --color --backtrace'"
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.3.0"
- PUPPET_GEM_VERSION="~> 3.4.0"
matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0"
notifications:
email: false