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 b46bce2 commit 7548fa3Copy full SHA for 7548fa3
.travis.yml
@@ -12,4 +12,7 @@ env:
12
13
script:
14
- sh ./tools/install_sshkey_github.sh $encrypted_3ac247a44cc5_key $encrypted_3ac247a44cc5_iv ./tools/[email protected] ~/.ssh/[email protected]
15
- - '[ "$TRAVIS_BRANCH" == "$DEPLOY_BRANCH" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && sh ./tools/deploy-gh-pages.sh _gh-pages'
+ - |
16
+ if [ "$TRAVIS_BRANCH" = "$DEPLOY_BRANCH" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
17
+ sh ./tools/deploy-gh-pages.sh _gh-pages
18
+ fi
0 commit comments