Explicitly specify language

This commit is contained in:
Erik Michaels-Ober 2012-03-13 09:25:34 -05:00
parent a1c2dcf1c5
commit b5b9cdfc9e

View File

@ -1,3 +1,11 @@
before_script:
- "nohup bundle exec ruby test/live_server.rb &"
- "sleep 2"
env: LIVE=1
language: ruby
rvm:
- 1.8.7
- 1.9.2
@ -5,8 +13,3 @@ rvm:
- jruby
- rbx
- ree
before_script:
- "nohup bundle exec ruby test/live_server.rb &"
- "sleep 2"
env: LIVE=1