Explorar o código

Merge pull request #2097 from citra-emu/fix-travis

Travis: Fix OS X build
Yuri Kunde Schlesner %!s(int64=9) %!d(string=hai) anos
pai
achega
2500a57f3d
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .travis-deps.sh

+ 1 - 2
.travis-deps.sh

@@ -28,7 +28,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
     fi
 
 elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
-    brew update > /dev/null # silence the very verbose output
-    brew unlink cmake || true
+    brew update
     brew install cmake qt5 sdl2 dylibbundler
 fi