1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/.travis.yml
Sasha Gerrand e024fe54fb 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
2015-06-17 14:41:54 +02:00

6 lines
65 B
YAML

language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
cache: bundler