Skip to content

Commit 52fbc17

Browse files
author
sgold
committed
travis: compile Linux natives on openjdk8, upload JARs from oraclejdk8
1 parent 1f02d87 commit 52fbc17

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ branches:
1010
matrix:
1111
include:
1212
- os: linux
13-
jdk: openjdk8
14-
dist: xenial
15-
env: UPLOAD=true UPLOAD_NATIVE=true
13+
dist: trusty
14+
jdk: oraclejdk8
15+
env: UPLOAD=true
1616
- os: linux
1717
jdk: openjdk11
1818
dist: xenial
19+
- os: linux
20+
dist: xenial
21+
jdk: openjdk8
22+
env: UPLOAD_NATIVE=true
1923
- os: osx
2024
osx_image: xcode9.3
2125
env: UPLOAD_NATIVE=true

0 commit comments

Comments
 (0)