mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 18:15:54 +08:00
Make brew louder so that it doesn't trip Travis timeouts.
This commit is contained in:
parent
784437ea7d
commit
093a621187
@ -36,7 +36,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||||||
export PATH=${PATH}:${WXDIR}
|
export PATH=${PATH}:${WXDIR}
|
||||||
cd $TRAVIS_BUILD_DIR # go back to the build dir
|
cd $TRAVIS_BUILD_DIR # go back to the build dir
|
||||||
else
|
else
|
||||||
brew update
|
brew update -v
|
||||||
brew install wxmac # install via homebrew
|
brew install -v wxmac # install via homebrew
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user