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 4cbf90d commit cd3c3b4Copy full SHA for cd3c3b4
.travis.yml
@@ -60,7 +60,7 @@ before_install:
60
set +e
61
- |
62
set -e
63
- if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
+ if [[ "${TRAVIS_OS_NAME}" == "linux" && "$(lsb_release -cs)" == "trusty" ]]; then
64
jdk_switcher use $TRAVIS_JDK_VERSION
65
fi
66
0 commit comments