Skip to content

Commit 9bb8eec

Browse files
committed
TST: The brew option --c++11 doesn't seem to be supported anymore on Travis-CI
1 parent 07d06f0 commit 9bb8eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
6-
brew install --c++11 \
6+
brew install \
77
asio \
88
autoconf \
99
ecasound \

0 commit comments

Comments
 (0)