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

fixed small bug in travis.yml

macports ccache was not saved correctly
parent 7b646ae6
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ script: ...@@ -174,7 +174,7 @@ script:
# build using macports # build using macports
- if test -n "$PLUMED_MACPORTS" ; then - if test -n "$PLUMED_MACPORTS" ; then
sudo port -N -k install $PLUMED_MACPORTS ; sudo port -N -k install $PLUMED_MACPORTS ;
plumed config show plumed config show ;
./macports-ci ccache --save ; ./macports-ci ccache --save ;
fi fi
......
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