Browse Source

Travis: fix osx

Unrud 7 years ago
parent
commit
c688b65e17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -23,6 +23,7 @@ notifications:
 before_install:
 before_install:
   - |
   - |
     if [ "${TRAVIS_OS_NAME}" == osx ]; then
     if [ "${TRAVIS_OS_NAME}" == osx ]; then
+      rm '/usr/local/include/c++'
       brew install python3 ||
       brew install python3 ||
       brew upgrade python3
       brew upgrade python3
     fi
     fi