added travis build file
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: ruby
|
||||||
|
rvm:
|
||||||
|
- 1.8.7
|
||||||
|
- 1.9.3
|
||||||
|
- 2.0.0
|
||||||
|
- ruby-head
|
||||||
|
script: bundle exec rake
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- rvm: 1.8.7
|
||||||
|
- rvm: ruby-head
|
||||||
Reference in New Issue
Block a user