Răsfoiți Sursa

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

James Rowe 9 ani în urmă
părinte
comite
20b622ec89
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .travis-deps.sh

+ 1 - 1
.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