issue #915: use "precise" environment only for openjdk7 build

This commit is contained in:
Stephen Gold 2018-09-28 13:26:34 -07:00 committed by GitHub
parent ac088e4554
commit b2be9ce3f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ matrix:
env: UPLOAD=true UPLOAD_NATIVE=true env: UPLOAD=true UPLOAD_NATIVE=true
- os: linux - os: linux
jdk: openjdk7 jdk: openjdk7
dist: precise
- os: osx - os: osx
osx_image: xcode9.3 osx_image: xcode9.3
env: UPLOAD_NATIVE=true env: UPLOAD_NATIVE=true