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 e9cfda3 commit 63f173aCopy full SHA for 63f173a
.travis.yml
@@ -1,14 +1,20 @@
1
-language: node_js
+language: java
2
3
-node_js:
4
-- '--lts'
+matrix:
+ include:
5
+ - os: linux
6
+ dist: trusty
7
+ jdk: openjdk11
8
+ env:
9
+ - JDK_HOME=~/openjdk11 # force launching JLS using JDK11
10
+ - os: osx
11
+ osx_image: xcode10.1
12
+ jdk: oraclejdk11
13
-os:
-- linux
-- osx
-
-dist: trusty
-osx_image: xcode9.3
14
+addons:
15
+ apt:
16
+ packages:
17
+ - libsecret-1-dev
18
19
before_install:
20
- |
0 commit comments