forked from varvet/pundit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (26 loc) · 840 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: ruby
matrix:
include:
- name: "RuboCop lint on pre-installed Ruby version"
rvm: 2.5.3 # Pre-installed Ruby version
before_install:
- gem install bundler
script: bundle exec rake rubocop # ONLY lint once, first
- rvm: 2.4.9
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- rvm: 2.5.7
- rvm: 2.6.5
- rvm: 2.7.0-preview3
- name: "jruby-9.1.8.0 on OpenJDK 8"
rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"
jdk: openjdk8
- rvm: jruby-9.2.8.0
env:
- JRUBY_OPTS="--debug"