We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b77850 commit fdc20eaCopy full SHA for fdc20ea
.travis.yml
@@ -36,6 +36,8 @@ after_success:
36
- codecov --gcov-root=/tmp/_ci/build
37
after_failure: ./.travis/run after_failure
38
before_install:
39
+ # Avoid bug on CI with OSX, see https://github.com/travis-ci/travis-ci/issues/8552
40
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
41
- pip install --user codecov
42
- ./.travis/dependencies/eigen-${EIGEN_MAJOR}
43
- ./.travis/run before_install
0 commit comments