Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7729954 commit 27a361cCopy full SHA for 27a361c
1 file changed
.travis.yml
@@ -105,7 +105,7 @@ script:
105
- bash .travis/push_docs_to_gh_pages.sh
106
107
after_success:
108
- - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN fi
+ - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN; fi
109
110
before_deploy:
111
- bash .travis/build_release_archive.sh
0 commit comments