We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633bc24 commit 44d965fCopy full SHA for 44d965f
scripts/push-docs
@@ -2,7 +2,7 @@
2
set -e
3
4
enabled(){
5
- if [ "$TRAVIS_BRANCH" != "master" ] || [ $TRAVIS_PULL_REQUEST != "false" ]; then
+ if [ "$TRAVIS_BRANCH" != "master" ] || [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
6
return 1
7
fi
8
}
0 commit comments