Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a40740

Browse files
committed
Don't update homebrew to save CI time
1 parent 0cfe028 commit 6a40740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
- PIP_DEPENDENCIES="coveralls"
3939

4040
before_install:
41-
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew update; brew install graphviz; fi
41+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install graphviz; fi
4242

4343
install:
4444
- git clone git://github.com/astropy/ci-helpers.git

0 commit comments

Comments
 (0)