mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
Explicitly specify language
This commit is contained in:
parent
a1c2dcf1c5
commit
b5b9cdfc9e
13
.travis.yml
13
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user