From 9bb8eec4c64d81e89656cf7fd76b41d72987a903 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 18 Feb 2019 16:28:06 +0100 Subject: [PATCH] TST: The brew option --c++11 doesn't seem to be supported anymore on Travis-CI --- ci/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-deps.sh b/ci/install-deps.sh index 26e3c3cd..a9f2f60a 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 \ asio \ autoconf \ ecasound \