We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d41880 commit a54156cCopy full SHA for a54156c
Scripts/before_install.sh
@@ -3,7 +3,7 @@
3
SWIFT_VER="5.1.3"
4
5
if [[ $TRAVIS_OS_NAME = 'osx' ]]; then
6
- brew update
+ brew update >/dev/null
7
brew bundle
8
elif [[ $TRAVIS_OS_NAME = 'linux' ]]; then
9
RELEASE_DOT=$(lsb_release -sr)
0 commit comments