Skip to content

Commit a54156c

Browse files
committed
removing logging from 'brew update'
1 parent 5d41880 commit a54156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
SWIFT_VER="5.1.3"
44

55
if [[ $TRAVIS_OS_NAME = 'osx' ]]; then
6-
brew update
6+
brew update >/dev/null
77
brew bundle
88
elif [[ $TRAVIS_OS_NAME = 'linux' ]]; then
99
RELEASE_DOT=$(lsb_release -sr)

0 commit comments

Comments
 (0)