Fix Travis CI

This commit is contained in:
Sebastian Messmer 2019-02-03 17:15:34 -08:00
parent 6142485859
commit 2c963a321d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
# Workaround homebrew bug, see https://twitter.com/axccl/status/1083393735277363205 and https://github.com/openPMD/openPMD-api/pull/431/files
brew upgrade --cleanup || brew upgrade --cleanup
#brew upgrade --cleanup || brew upgrade --cleanup
# Install newer GCC if we're running on GCC
if [ "${CXX}" == "g++" ]; then