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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing travis.yml config
  • Loading branch information
jgebal committed Jul 8, 2018
commit 90b9db90874515ba7c4e5f7088e2528ac9b9216d
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- pip install mkdocs
before_script: skip
script:
# - if [[ ($TRAVIS_BRANCH == develop) && ($TRAVIS_PULL_REQUEST == false) ]]; then bash trigger-travis.sh $TRAVIS_ACCESS_TOKEN; fi
- 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
- if [[ ! $TRAVIS_TAG ]]; then bash .travis/push_release_version.sh; fi
- bash .travis/build_docs.sh
- bash .travis/push_docs_to_gh_pages.sh
Expand Down