Browse Source

Travis CI: Temporarily disable jdk 11

Installation script failures on Travis...
accumulation-v4.7
Joachim Klein 7 years ago
committed by GitHub
parent
commit
15ebaecbf8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -11,7 +11,7 @@ jdk:
- oraclejdk8
- oraclejdk9
- openjdk10
- openjdk11
# - openjdk11
# compile and run the test suite
# we manually set PRISM_JAVA to the java on the PATH as the python invocation of prism-auto fiddles with the PATH variable...

Loading…
Cancel
Save