Skip to content

Commit

Permalink
Merge pull request #309 from mattkirby/test_current_versions
Browse files Browse the repository at this point in the history
(MAINT) Update travis to test latest ruby
  • Loading branch information
mchllweeks authored Jan 14, 2019
2 parents ae694c5 + 12df683 commit 345bdf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ services:

matrix:
include:
- rvm: 2.3.7
- rvm: 2.3.8
env: "CHECK=rubocop"

- rvm: 2.3.7
- rvm: 2.3.8
env: "CHECK=test"

- rvm: 2.4.4
- rvm: 2.4.5
env: "CHECK=test"

- rvm: 2.5.1
- rvm: 2.5.3
env: "CHECK=test"

- rvm: jruby-9.1.17.0
env: "CHECK=test"

- rvm: jruby-9.2.0.0
- rvm: jruby-9.2.5.0
env: "CHECK=test"

# Remove the allow_failures section once
# Rubocop is required for Travis to pass a build
allow_failures:
- rvm: 2.3.7
- rvm: 2.3.8
env: "CHECK=rubocop"

install:
Expand Down

0 comments on commit 345bdf9

Please sign in to comment.