From 20b622ec892345dd2787652454fc1071590d1c36 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 11 Nov 2016 14:45:52 -0700 Subject: [PATCH] Remove cmake from the install list. Its now up to date on the new travis mac image --- .travis-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-deps.sh b/.travis-deps.sh index 8538098c1..ab3a32382 100755 --- a/.travis-deps.sh +++ b/.travis-deps.sh @@ -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