maint - add travis-ci configuration
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
language: ruby
|
||||
bundler_args: --without development
|
||||
script: "bundle exec rake test SPEC_OPTS='--format documentation'"
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
env:
|
||||
matrix:
|
||||
- MCOLLECTIVE_GEM_VERSION ="~> 2.2.0"
|
||||
- MCOLLECTIVE_GEM_VERSION ="~> 2.4.0"
|
||||
- MCOLLECTIVE_GEM_VERSION ="~> 2.5.0"
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user