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 289556e commit 5a7a416Copy full SHA for 5a7a416
dev/javadoc.sh
@@ -4,7 +4,7 @@ set -e
4
set -x
5
6
if [[ "${TRAVIS_REPO_SLUG}" != "oracle/opengrok" ||
7
- "${TRAVIS_PULL_REQUEST}" == "true" ||
+ "${TRAVIS_PULL_REQUEST}" != "false" ||
8
"${TRAVIS_BRANCH}" != "master" ]]; then
9
exit 0
10
fi
0 commit comments