From ef264eafa77766781d0c00b1a820115005494cbc Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Fri, 20 Apr 2018 15:45:35 -0400 Subject: [PATCH] Re-enable upstream libgig formulae (#4304) --- .travis/osx..install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis/osx..install.sh b/.travis/osx..install.sh index 8e20914fb..4542c7059 100755 --- a/.travis/osx..install.sh +++ b/.travis/osx..install.sh @@ -2,7 +2,7 @@ set -e -PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libsoundio stk portaudio node fltk qt5" +PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk portaudio node fltk qt5" if "${TRAVIS}"; then PACKAGES="$PACKAGES ccache" @@ -24,7 +24,4 @@ brew install fftw --ignore-dependencies brew install --build-from-source "https://gist.githubusercontent.com/tresf/c9260c43270abd4ce66ff40359588435/raw/fluid-synth.rb" -# Build libgig 4.1.0 from source to avoid 3.3.0 "ISO C++11 does not allow access declarations" -brew install --build-from-source "https://raw.githubusercontent.com/tresf/homebrew-core/gig/Formula/libgig.rb" - sudo npm install -g appdmg