fixed travis

This commit is contained in:
danijoo
2014-03-24 17:49:06 +01:00
parent fe060d2800
commit b89ae8fd4f

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- ruby-head
script: bundle exec rake
matrix:
allow_failures:
- rvm: ruby-head