mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -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:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
@ -5,8 +13,3 @@ rvm:
|
|||||||
- jruby
|
- jruby
|
||||||
- rbx
|
- rbx
|
||||||
- ree
|
- 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