Explorar o código

.travis-deps.sh: don't install pkgbuild on OS X

pkgbuild is now provided by Travis itself, so homebrew throws
an error upon trying to install it.
archshift %!s(int64=10) %!d(string=hai) anos
pai
achega
808053cbcf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis-deps.sh

+ 1 - 1
.travis-deps.sh

@@ -25,6 +25,6 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
 
 elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
     brew update > /dev/null # silence the very verbose output
-    brew install qt5 glfw3 pkgconfig
+    brew install qt5 glfw3
     gem install xcpretty
 fi