Skip to content

Commit

Permalink
Travis config updated for master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpeteuil committed Apr 21, 2017
1 parent 7f9d4fb commit 2a8816a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ matrix:
- BREW_PYTHON='python3'
- CACHE_NAME=JOB7
before_install:
- if [[ $TRAVIS_BRANCH == 'develop' ]] && [[ $TRAVIS_OS_NAME = 'osx' ]]; then exit 0; fi
- if [[ $BREW_PYTHON == 'python3' ]]; then brew update; brew install $BREW_PYTHON; python3 -m venv venv; source venv/bin/activate; fi
- python -V
install:
Expand Down

0 comments on commit 2a8816a

Please sign in to comment.