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

Fixed travis file

It seems in 865d16c9 I introduced a bug:
checks where reported to travis only when
building doc.

Fixed now
parent d2e140cc
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ script: ...@@ -75,7 +75,7 @@ script:
- if test "$PLUMED_CXX" ; then make -C regtest $OPT ; fi - if test "$PLUMED_CXX" ; then make -C regtest $OPT ; fi
- if test "$MAKEDOC" == yes ; then make -C regtest copytodoc ; fi - if test "$MAKEDOC" == yes ; then make -C regtest copytodoc ; fi
- if test "$MAKEDOC" == yes ; then make doc >/dev/null ; fi - if test "$MAKEDOC" == yes ; then make doc >/dev/null ; fi
- if test "$MAKEDOC" == yes ; then make -C regtest checkfail ; fi - if test "$PLUMED_CXX" ; then make -C regtest checkfail ; fi
# CPPCHECK: # CPPCHECK:
# this is required so as to have all the include files inplace: # this is required so as to have all the include files inplace:
......
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