Skip to content

Commit 78a5546

Browse files
authored
Merge pull request #542 from cucumber/fix/jruby-latest
Travis: use latest JRuby
2 parents 31f69fd + d6924e5 commit 78a5546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
osx_image: xcode8
4343
- rvm: jruby
4444
os: linux
45-
- rvm: jruby-9.1.13.0
45+
- rvm: jruby-9.1.16.0
4646
os: linux
47-
- rvm: jruby-9.1.13.0
47+
- rvm: jruby-9.1.16.0
4848
os: osx
4949
- stage: lint
5050
script: bundle exec rake lint
@@ -53,7 +53,7 @@ jobs:
5353
allow_failures:
5454
- rvm: ruby-head
5555
- rvm: jruby
56-
- rvm: jruby-9.1.13.0
56+
- rvm: jruby-9.1.16.0
5757
fast_finish: true
5858

5959
branches:

0 commit comments

Comments
 (0)