mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Remove EOL-ed Rubies, adds v2.1
* Both v1.8.7 and 1.9.2 have been EOL-ed * Add v2.1 - the current version of Ruby
This commit is contained in:
parent
c971854ea7
commit
e024fe54fb
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- ree
|
||||
- 2.1.1
|
||||
cache: bundler
|
||||
|
|
Loading…
Reference in a new issue