Skip to content

Commit

Permalink
Travis: Do sync-wiki when branch is 'dev-1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias authored Nov 10, 2020
1 parent 750c182 commit 71e12a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ script:
- travis_wait 120 sleep infinity &
- if [[ ${JOB} == "test" ]]; then $SMALLTALK_CI_HOME/run.sh ${CI_FILE}; fi
- if [[ ${JOB} == "update" ]]; then scripts/testUpdateIceberg.sh ; fi
- if [[ ${JOB} == "sync-wiki" ]] && [[ ${TRAVIS_BRANCH} == "master" ]] && [[ ${TRAVIS_PULL_REQUEST} == "false" ]]; then ./scripts/sync-wiki.sh; fi
- if [[ ${JOB} == "sync-wiki" ]] && [[ ${TRAVIS_BRANCH} == "dev-1.8" ]] && [[ ${TRAVIS_PULL_REQUEST} == "false" ]]; then ./scripts/sync-wiki.sh; fi

0 comments on commit 71e12a0

Please sign in to comment.