Remove cmake from the install list. Its now up to date on the new travis mac image

master
James Rowe 2016-11-11 14:45:52 +07:00
parent f784595a61
commit 20b622ec89
1 changed files with 1 additions and 1 deletions

@ -29,5 +29,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install cmake qt5 sdl2 dylibbundler
brew install qt5 sdl2 dylibbundler
fi