mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
expand travis config, build more rubies, use non-threaded runner
This commit is contained in:
parent
026862a7b4
commit
5f5c587cef
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- jruby
|
||||
- rbx
|
||||
- ree
|
||||
|
||||
script: FOG_MOCK=true bundle exec shindont
|
||||
|
|
Loading…
Reference in a new issue