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

14 lines
195 B
YAML

language: ruby
rvm:
- 2.3.0
- 2.2
- 2.1
- 2.0
- rbx-2
script: bundle exec rake spec lint
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
sudo: false