From 88d70edbfb8cda2914db472193b97f029e4372a7 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 3 Feb 2019 18:40:50 -0800 Subject: [PATCH] Remove unused command --- .travisci/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travisci/install.sh b/.travisci/install.sh index 36ad8291..9057a75b 100755 --- a/.travisci/install.sh +++ b/.travisci/install.sh @@ -2,9 +2,6 @@ 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 - # Install newer GCC if we're running on GCC if [ "${CXX}" == "g++" ]; then # We need to uninstall oclint because it creates a /usr/local/include/c++ symlink that clashes with the gcc5 package