.travis.yml: remove "brew update"
The packages from the Travis image are good enough, and this speeds up the Travis build.
This commit is contained in:
@@ -91,8 +91,6 @@ before_cache:
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
# C++14
|
||||
- test "$TRAVIS_OS_NAME" != "osx" || brew update
|
||||
|
||||
install:
|
||||
# C++14
|
||||
|
Reference in New Issue
Block a user