Fix Travis CI

This commit is contained in:
Sebastian Messmer 2019-01-12 16:31:25 -08:00
parent 72d9f29ef7
commit d7ba25f556
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ addons:
- libcrypto++-dev
- libfuse-dev
install:
# Workaround homebrew bug, see https://twitter.com/axccl/status/1083393735277363205 and https://github.com/openPMD/openPMD-api/pull/431/files
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then travis_wait brew upgrade --cleanup; travis_wait brew upgrade --cleanup; fi
# Use new clang
- if [ "${TRAVIS_OS_NAME}" == "linux" ] && [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
# Detect number of CPU cores