summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Brand <tom@trellis.ch>2019-02-02 18:06:52 +0100
committerThomas Brand <tom@trellis.ch>2019-02-02 18:06:52 +0100
commit92a4ce56072fee8f66ffab02c2212f51d1d3b3a2 (patch)
treee406ab4e78039fc46e7e74bbf63e324c8c3051a5
parentb744332c5d71d825d237fc8ed72fcb8a60dcf5e6 (diff)
downloadjack2-92a4ce56072fee8f66ffab02c2212f51d1d3b3a2.tar.gz
Remove not understood --c++11 brew install option
For OSX travis builds: Since recently, brew install --c++11 stops the build. Error: invalid option: --c++11 The command "./.ci/install-deps.sh" failed and exited with 1 during . Your build has been stopped.
-rwxr-xr-x.ci/install-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install-deps.sh b/.ci/install-deps.sh
index 6bf4ab67..d53f1d18 100755
--- a/.ci/install-deps.sh
+++ b/.ci/install-deps.sh
@@ -3,7 +3,7 @@
set -euo pipefail
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
- brew install --c++11 \
+ brew install \
pkg-config \
aften \
libsamplerate \