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

12 lines
176 B
YAML

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