mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix rubinius version in .travis.yml
Change to `rbx` as `rbx-19mode` no longer exists.
This commit is contained in:
parent
443e3ebeb3
commit
0d32a425de
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- rbx-19mode
|
- rbx
|
||||||
script: "rake spec"
|
script: "rake spec"
|
||||||
|
|
Loading…
Reference in a new issue