Skip to content

Commit

Permalink
TST: The brew option --c++11 doesn't seem to be supported anymore on …
Browse files Browse the repository at this point in the history
…Travis-CI
  • Loading branch information
mgeier committed Feb 18, 2019
1 parent 07d06f0 commit 9bb8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew install --c++11 \
brew install \
asio \
autoconf \
ecasound \
Expand Down

0 comments on commit 9bb8eec

Please sign in to comment.