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 00f89c2 commit f73a8feCopy full SHA for f73a8fe
.travis.yml
@@ -15,17 +15,17 @@ addons:
15
_bindings:
16
java: &java
17
language: java
18
- jdk: openjdk8
+ jdk: openjdk11
19
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /java/
20
python: &python
21
language: python
22
python: "2.7"
23
24
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /python/
25
ruby: &ruby
26
language: ruby
27
rvm: 2.4
28
29
if: env(BUILD_ONLY) IS NOT present || env(BUILD_ONLY) =~ /ruby/
30
node: &node
31
language: node_js
0 commit comments