Browse Source

.travis.yml: Looking at what we're deleting in /usr/local/include/c++.

pull/384/head
David Runge 7 years ago
parent
commit
34daf5283d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -89,7 +89,7 @@ matrix:

before_install:
- eval "${MATRIX_EVAL}"
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && sudo rm /usr/local/include/c++; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && ls -lah /usr/local/include/c++ && sudo rm /usr/local/include/c++; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi

install:


Loading…
Cancel
Save