1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00
varvet--pundit/.travis.yml

21 lines
390 B
YAML
Raw Normal View History

2012-11-19 07:43:18 -05:00
language: ruby
sudo: false
before_install:
- gem update --system
- gem install bundler
matrix:
include:
2017-03-31 07:09:21 -04:00
- rvm: 2.4.1
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
2017-03-31 07:09:21 -04:00
- rvm: 2.2.7
- rvm: 2.3.4
- rvm: 2.4.1
- rvm: jruby-1.7.26
env:
- JRUBY_OPTS="--debug"
- rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"