Skip to content
Snippets Groups Projects
Commit 78ab2cda authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

no need to update brew when installing conda

parent 640c538d
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ install:
- export PLUMED_NUM_THREADS=2
- ./.travis/check.log valgrind || VALGRIND=no
# update packages
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && test -z "$PLUMED_MACPORTS" ; then
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && test -n "$PLUMED_CXX" ; then
brew update > /dev/null ;
brew install ccache ;
export PLUMED_MPIRUN="mpirun --oversubscribe" ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment