Skip to content

Commit

Permalink
Merge pull request #312 from mattkirby/drop_23
Browse files Browse the repository at this point in the history
Stop testing ruby 2.3.x
  • Loading branch information
mchllweeks authored Jan 18, 2019
2 parents 345bdf9 + db1e90d commit a1704b2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,22 @@ services:

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

- rvm: 2.3.8
env: "CHECK=test"

- rvm: 2.4.5
env: "CHECK=test"

- rvm: 2.5.3
env: "CHECK=test"

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

- 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.8
- rvm: 2.4.5
env: "CHECK=rubocop"

install:
Expand Down

0 comments on commit a1704b2

Please sign in to comment.