Add travis config

This commit is contained in:
Rohan Mitchell
2013-02-24 17:36:19 +11:00
parent b0a665aef7
commit e3fdb12289

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: ruby
rvm:
- "1.9.2"
- "1.9.3"
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec