2013-07-04 12:43:11 -04:00
|
|
|
language: ruby
|
2013-06-14 12:11:21 -04:00
|
|
|
rvm:
|
2016-10-24 00:31:35 -04:00
|
|
|
- 2.3.1
|
2016-01-20 23:02:31 -05:00
|
|
|
- 2.2
|
|
|
|
- 2.1
|
|
|
|
- 2.0
|
2016-06-30 16:33:18 -04:00
|
|
|
matrix:
|
2016-10-03 14:38:20 -04:00
|
|
|
# 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
|
2016-06-30 16:33:18 -04:00
|
|
|
include:
|
|
|
|
- rvm: rbx-2
|
|
|
|
script: bundle exec rake spec
|
2016-10-24 00:31:35 -04:00
|
|
|
# Run Danger only once, on 2.3.1
|
|
|
|
- rvm: 2.3.1
|
|
|
|
before_script: bundle exec danger
|
|
|
|
|
2016-03-01 09:39:51 -05:00
|
|
|
script: bundle exec rake spec rubocop
|
2014-11-17 08:37:06 -05:00
|
|
|
install: bundle install --jobs=1
|
2014-01-08 18:33:52 -05:00
|
|
|
cache: bundler
|
2014-09-02 10:45:26 -04:00
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- legacy-v2
|
2014-12-18 07:28:55 -05:00
|
|
|
sudo: false
|