Issue brew update before install.

This commit is contained in:
Joseph Lenox 2018-07-10 08:43:40 -05:00
parent 19c5fa0545
commit 017e3af98d

View File

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