We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e216165 commit a0d8ab3Copy full SHA for a0d8ab3
.travis.yml
@@ -1,6 +1,6 @@
1
language: ruby
2
3
-dist: precise # due OpenJDK 7
+dist: bionic
4
jdk:
5
- openjdk11
6
@@ -17,6 +17,7 @@ install:
17
before_script:
18
- if [[ "$BUNDLE_INSTALL" != 0 ]]; then jruby -rbundler/setup -S rake test_prepare; else true; fi
19
- export JRUBY_OPTS="$JRUBY_OPTS -Xjit.threshold=0"
20
+ - jruby -v # let's see JDK patch/build version
21
22
matrix:
23
fast_finish: true
0 commit comments