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

Make travis log less noisy

parent db68da71
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,8 @@ script: ...@@ -179,7 +179,8 @@ script:
# TEST: # TEST:
- if test "$VALGRIND" == yes ; then OPT=valgrind ; else OPT="" ; fi - if test "$VALGRIND" == yes ; then OPT=valgrind ; else OPT="" ; fi
- if test "$PLUMED_CXX" || test -n "$PLUMED_MACPORTS" ; then make -C regtest $OPT ; fi # --no-print-directory make it more silent
- if test "$PLUMED_CXX" || test -n "$PLUMED_MACPORTS" ; then make --no-print-directory -C regtest $OPT ; fi
# test with gcc6 # test with gcc6
- if test "$PLUMED_DOCKER" = yes ; then docker run -v "$PWD/regtest":/home/plumed/regtest -it plumed /bin/bash -c "make -C regtest" ; fi - if test "$PLUMED_DOCKER" = yes ; then docker run -v "$PWD/regtest":/home/plumed/regtest -it plumed /bin/bash -c "make -C regtest" ; fi
......
...@@ -99,6 +99,7 @@ set -x ...@@ -99,6 +99,7 @@ set -x
esac esac
git add --all . git add --all .
git commit -m "Update to plumed/plumed2@$hash" # >/dev/null to avoid excessive noise on travis log
git commit -m "Update to plumed/plumed2@$hash" >/dev/null
# -q and 2> is not to show the GIT_TOKEN on Travis log # -q and 2> is not to show the GIT_TOKEN on Travis log
git push -q -f doc gh-pages 2> /dev/null git push -q -f doc gh-pages 2> /dev/null
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