Update pushed to main travis file.

Quiet down wxmac install as well.
This commit is contained in:
Joseph Lenox 2018-07-10 09:18:29 -05:00
parent 093a621187
commit 0facb7dcb2

View File

@ -36,7 +36,6 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export PATH=${PATH}:${WXDIR}
cd $TRAVIS_BUILD_DIR # go back to the build dir
else
brew update -v
brew install -v wxmac # install via homebrew
brew install wxmac # install via homebrew
fi
fi