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 8d8fde5 commit 5c976d5Copy full SHA for 5c976d5
ci/after-success.sh
@@ -11,6 +11,6 @@ main() {
11
git push -fq https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git gh-pages && echo OK
12
}
13
14
-if [ $TRAVIS_BRANCH = master && $TRAVIS_PULL_REQUEST=false ]; then
+if [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ]; then
15
main
16
fi
0 commit comments