mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
0d32a425de
Change to `rbx` as `rbx-19mode` no longer exists.
7 lines
78 B
YAML
7 lines
78 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.0.0
|
|
- 1.9.3
|
|
- 1.9.2
|
|
- rbx
|
|
script: "rake spec"
|