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
Olle Jonsson 9691355fca Travis build change: Fix build, use latest JRuby
- Lint only 1 time, on modern Ruby
2017-03-17 17:31:58 +01:00

20 lines
388 B
YAML

language: ruby
sudo: false
before_install:
- gem update --system
- gem install bundler
matrix:
include:
- rvm: 2.4.0
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.1
- rvm: 2.2
- rvm: 2.3.3
- rvm: 2.4.0
- rvm: jruby-1.7.26
env:
- JRUBY_OPTS="--debug"
- rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"