added travis build file

This commit is contained in:
danijoo
2014-03-21 17:20:13 +01:00
parent 91035cb20a
commit 23cc63e3e2

11
.travis.yml Normal file
View 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