Skip to content

Commit

Permalink
[update docs] Woo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 13, 2018
1 parent 03b2524 commit 04b20e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -48,8 +48,9 @@ install:
- source ~/python/bin/activate
- pip install nose selenium
script:
- if echo "$TRAVIS_COMMIT_MESSAGE" | grep '[only docs]' 2>&1 >/dev/null; do echo "Only updating docs"; website/deploy.sh; exit 0; done;
- if echo "$TRAVIS_COMMIT_MESSAGE" | grep '[update docs]' 2>&1 >/dev/null; do echo "Updating docs"; website/deploy.sh; done;
- echo $TRAVIS_PERL_VERSION
- if [[ $TRAVIS_COMMIT_MESSAGE = *"[update docs only]"* && $TRAVIS_PERL_VERSION eq "5.26" ]]; then echo "Only updating docs"; website/deploy.sh; exit 0; fi;
- if [[ $TRAVIS_COMMIT_MESSAGE = *"[update docs]"* && $TRAVIS_PERL_VERSION eq "5.26" ]]; then echo "Updating docs"; website/deploy.sh; fi;
# these versions *should* already be set in version control, but set them again here just in case
- if [[ "x$TRAVIS_TAG" != "x" ]]; then build/set_package_versions.pl $TRAVIS_TAG src/JBrowse/package.json package.json; fi
- RELEASE_VERSION=`node -e 'require("fs").readFile("src/JBrowse/package.json", (e,d)=>console.log(JSON.parse(d).version))'`
Expand Down

0 comments on commit 04b20e9

Please sign in to comment.