Skip to content

Commit

Permalink
Merge pull request #413 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Use JRuby 9.2.7.0, drop unused sudo: false
  • Loading branch information
nertzy authored Jul 22, 2019
2 parents 6d9cbd8 + e054554 commit a8c3ac5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: ruby
sudo: false
bundler_args: --binstubs
cache: bundler

rvm:
- 2.6.3
- 2.5.5
- 2.4.6
- jruby-9.2.6.0
- jruby-9.2.7.0

env:
global:
Expand All @@ -29,7 +28,7 @@ matrix:
exclude:
- rvm: 2.4.6
env: ACTIVE_RECORD_BRANCH="master"
- rvm: jruby-9.2.6.0
- rvm: jruby-9.2.7.0
env: ACTIVE_RECORD_VERSION="~> 4.2.9"
- rvm: 2.4.5
env: ACTIVE_RECORD_VERSION="~> 6.0.0.beta1"
Expand Down

0 comments on commit a8c3ac5

Please sign in to comment.