Skip to content

Commit

Permalink
cleanup osx debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpw6 authored Aug 23, 2018
1 parent dd5e19e commit 6c73483
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew install szip
fi
- |
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
rm '/usr/local/include/c++'
brew install --verbose --debug --force [email protected] --c++11
#brew install --verbose --debug --force [email protected] --c++11
brew install [email protected] --c++11
fi
script: .travis/build.sh
Expand Down

0 comments on commit 6c73483

Please sign in to comment.