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

Fixed .travis.yml file

cc @hanatok
parent 7a4308e4
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,6 @@ install: ...@@ -107,7 +107,6 @@ install:
- ./.travis/check.log valgrind || VALGRIND=no - ./.travis/check.log valgrind || VALGRIND=no
# update packages # update packages
- if [[ "$TRAVIS_OS_NAME" == "osx" ]] && test -z "$PLUMED_MACPORTS" ; then - if [[ "$TRAVIS_OS_NAME" == "osx" ]] && test -z "$PLUMED_MACPORTS" ; then
CONFIG_FLAGS="$CONFIG_FLAGS --disable-static-patch";
brew update > /dev/null ; brew update > /dev/null ;
brew install ccache ; brew install ccache ;
export PLUMED_MPIRUN="mpirun --oversubscribe" ; 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