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.
travis.yml
1 parent b3f4456 commit 90b9db9Copy full SHA for 90b9db9
1 file changed
.travis.yml
@@ -116,8 +116,8 @@ jobs:
116
- pip install mkdocs
117
before_script: skip
118
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
+# - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash .travis/trigger_travis.sh $TRAVIS_ACCESS_TOKEN; fi
+ - bash .travis/trigger_travis.sh $TRAVIS_ACCESS_TOKEN #testing triggering
121
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/push_release_version.sh; fi
122
- bash .travis/build_docs.sh
123
- bash .travis/push_docs_to_gh_pages.sh
0 commit comments