Added travis.yml so travis doesn't fail for every master branch PR and push

This commit is contained in:
Parker Moore 2013-01-27 23:39:28 +01:00
parent 5b887fef97
commit d65618f60c
1 changed files with 5 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 1.9.2
script: bundle exec rake install; bundle exec rake generate