Skip to content

Commit

Permalink
CI: Use JRuby 9.2.7.0
Browse files Browse the repository at this point in the history
  - remove the sudo: false directive, which is now unused - see https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
  • Loading branch information
olleolleolle authored Apr 18, 2019
1 parent 56b552f commit af42046
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,5 +1,4 @@
language: ruby
sudo: false

matrix:
include:
Expand All @@ -8,11 +7,11 @@ matrix:
- rvm: 2.5
- rvm: 2.4
- rvm: 2.3
- rvm: jruby-9.2.6.0
- rvm: jruby-9.2.7.0
env: JRUBY_OPTS="--debug" LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.2.6.0
- rvm: jruby-9.2.7.0

fast_finish: true

Expand Down

0 comments on commit af42046

Please sign in to comment.