Skip to content

Commit

Permalink
Test reassign
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 13, 2018
1 parent 7676720 commit 6834020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -48,6 +48,9 @@ install:
- source ~/python/bin/activate
- pip install nose selenium
script:
- echo $TRAVIS_REPO_SLUG
- export TRAVIS_REPO_SLUG=wtf
- echo $TRAVIS_REPO_SLUG
- if [[ $TRAVIS_COMMIT_MESSAGE =~ (\[update docs\]) ]]; then echo "Updating docs"; website/deploy.sh; fi;
- if [[ $TRAVIS_COMMIT_MESSAGE =~ (\[update docs only\]) ]]; then echo "Updating docs only!"; website/deploy.sh; exit 0; fi;
# these versions *should* already be set in version control, but set them again here just in case
Expand Down

0 comments on commit 6834020

Please sign in to comment.