Skip to content

Commit

Permalink
(MAINT) Update travis to test latest ruby
Browse files Browse the repository at this point in the history
This commit updates travis to test latest ruby versions for vmpooler. Without this change we test out of date versions of ruby with vmpooler.
  • Loading branch information
mattkirby committed Dec 19, 2018
1 parent b4dfbca commit 12df683
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 12df683

Please sign in to comment.