Skip to content

Commit

Permalink
Adding a few more semi-colons in shell in travis config. (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne authored May 28, 2019
1 parent 2b83a9f commit 1e3f1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ after_success:
echo "JAVA_HOME='$JAVA_HOME'";
if [ "$TRAVIS_BRANCH" == "master" ]; then
if [[ $JAVA_HOME = *java-8-openjdk* ]]; then
./gradlew publish
fi
fi
./gradlew publish;
fi;
fi;

0 comments on commit 1e3f1fa

Please sign in to comment.