Explorar el Código

Travis: fix osx

Unrud hace 7 años
padre
commit
c688b65e17
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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