Skip to content

Commit

Permalink
Merge pull request #169 from cucumber/ci-use-jruby-9270
Browse files Browse the repository at this point in the history
CI: Use jruby-9.2.7.0
  • Loading branch information
koic committed Jun 1, 2019
2 parents 766f52e + 0a945f9 commit 7a86e95
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,12 +7,12 @@ 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
# https://github.com/cucumber/cucumber-ruby/issues/1336
- rvm: jruby-9.2.6.0
- rvm: jruby-9.2.7.0

fast_finish: true

Expand Down

0 comments on commit 7a86e95

Please sign in to comment.