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 cfb47f8 commit 799abf8Copy full SHA for 799abf8
.travis.yml
@@ -103,7 +103,7 @@ after_success:
103
- git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/
104
- git add -f \*.html
105
- git commit -m "Automatic HTML update via Travis"
106
- - if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];
+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ];
107
then git push -q upstream HEAD:gh-pages &>/dev/null;
108
fi
109
0 commit comments