Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27a361c

Browse files
committed
Update if
1 parent 7729954 commit 27a361c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ script:
105105
- bash .travis/push_docs_to_gh_pages.sh
106106

107107
after_success:
108-
- if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN fi
108+
- if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN; fi
109109

110110
before_deploy:
111111
- bash .travis/build_release_archive.sh

0 commit comments

Comments
 (0)