Skip to content

Commit a0d8ab3

Browse files
committed
[ci] update travis dist and show Java version
1 parent e216165 commit a0d8ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22

3-
dist: precise # due OpenJDK 7
3+
dist: bionic
44
jdk:
55
- openjdk11
66

@@ -17,6 +17,7 @@ install:
1717
before_script:
1818
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -rbundler/setup -S rake test_prepare; else true; fi
1919
- export JRUBY_OPTS="$JRUBY_OPTS -Xjit.threshold=0"
20+
- jruby -v # let's see JDK patch/build version
2021

2122
matrix:
2223
fast_finish: true

0 commit comments

Comments
 (0)