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

Skip to content

Commit 90b9db9

Browse files
committed
Fixing travis.yml config
1 parent b3f4456 commit 90b9db9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
- pip install mkdocs
117117
before_script: skip
118118
script:
119-
# - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN; fi
120-
- bash .travis/trigger-travis.sh $TRAVIS_ACCESS_TOKEN #testing triggering
119+
# - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash .travis/trigger_travis.sh $TRAVIS_ACCESS_TOKEN; fi
120+
- bash .travis/trigger_travis.sh $TRAVIS_ACCESS_TOKEN #testing triggering
121121
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/push_release_version.sh; fi
122122
- bash .travis/build_docs.sh
123123
- bash .travis/push_docs_to_gh_pages.sh

0 commit comments

Comments
 (0)