1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/.travis.yml

13 lines
186 B
YAML

language: ruby
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- rbx-2
script: bundle exec rake spec
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
sudo: false