Skip to content

Commit

Permalink
disable brew update in osx
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisdoukas committed Jul 14, 2020
1 parent 65769d1 commit 84c106c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ matrix:
osx_image: xcode9.4 # Python 3.7 running on macOS 10.13
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- export HOMEBREW_NO_AUTO_UPDATE=1
- brew install graphviz
- python3 --version
- pip3 install virtualenv
Expand Down

0 comments on commit 84c106c

Please sign in to comment.