Browse Source

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.
tags/v1.9.13
Thomas Brand 6 years ago
parent
commit
92a4ce5607
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .ci/install-deps.sh

+ 1
- 1
.ci/install-deps.sh View File

@@ -3,7 +3,7 @@
set -euo pipefail

if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew install --c++11 \
brew install \
pkg-config \
aften \
libsamplerate \


Loading…
Cancel
Save