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

23 lines
497 B
YAML
Raw Normal View History

2013-07-04 12:43:11 -04:00
language: ruby
rvm:
- 2.3.0
- 2.2
- 2.1
- 2.0
matrix:
# Rubinius periodically fails in general, and it always segfaults for RuboCop
# in particular. Until we figure out how to make it work consistently, allow
# it to fail without breaking the build.
allow_failures:
- rvm: rbx-2
include:
- rvm: rbx-2
script: bundle exec rake spec
script: bundle exec rake spec rubocop
2014-11-17 08:37:06 -05:00
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
sudo: false