Skip to content

Commit fdc20ea

Browse files
committed
[ci] Avoid bug with OSX build
1 parent 8b77850 commit fdc20ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ after_success:
3636
- codecov --gcov-root=/tmp/_ci/build
3737
after_failure: ./.travis/run after_failure
3838
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
3941
- pip install --user codecov
4042
- ./.travis/dependencies/eigen-${EIGEN_MAJOR}
4143
- ./.travis/run before_install

0 commit comments

Comments
 (0)