Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 541e3c9

Browse files
committed
Adjust Travis release conditions to the new Java 8 baseline
1 parent 1415215 commit 541e3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
after_success:
2424
- test "$TRAVIS_BRANCH" = "master"
2525
&& test "$TRAVIS_PULL_REQUEST" = "false"
26-
&& test "$TRAVIS_JDK_VERSION" = "oraclejdk7"
26+
&& test "$TRAVIS_JDK_VERSION" = "oraclejdk8"
2727
&& "$DEPLOY_DIR/decrypt.sh"
2828
&& mvn deploy --settings "$DEPLOY_DIR/travis-settings.xml" -DskipTests=true -B -V
2929
branches:

0 commit comments

Comments
 (0)