try homebrew

This commit is contained in:
Joseph Lenox 2018-05-13 13:43:03 -05:00
parent 8e5056dee4
commit 86b0d18a2e

View File

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