mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:36:10 +08:00
Be louder about brew update
This commit is contained in:
parent
ff2e2476b3
commit
784437ea7d
@ -2,7 +2,7 @@ language: generic
|
||||
before_install:
|
||||
- sh package/linux/travis-decrypt-key
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )& fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update -v ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
|
||||
script:
|
||||
- travis_wait 30 bash package/linux/travis-setup.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user