Use Travis CI

This commit is contained in:
Jonathan Rudenberg
2011-06-29 11:06:05 -04:00
parent 00afc9dd8a
commit 03065274d8

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
rvm:
- 1.8.7
- 1.9.2
- rbx
- rbx-2.0
- ree
- jruby
- ruby-head
- 1.8.6
script: "rake test"
notifications:
disable: true