Skip to content

Commit

Permalink
Work around travis deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Feb 23, 2018
1 parent 4a13722 commit 120bcfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,8 @@ before_install:
install:
- brew ls $PYTHON || brew install $PYTHON
- $PYTHON -m pip install tox coverage coveralls
- if [ $PYTHON == "python2" ]; then ln -fs /usr/local/bin/python2 /usr/local/bin/python; ln -fs /usr/local/bin/pip2 /usr/local/bin/pip; fi
- sudo mkdir -p /usr/local/man && sudo chown $USER /usr/local/man
before_script:
- umask 0022
script:
Expand Down

0 comments on commit 120bcfe

Please sign in to comment.