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

Revert "fixed coveralls"

This reverts commit 14eb6054.
parent 55e56497
No related branches found
No related tags found
No related merge requests found
......@@ -223,5 +223,5 @@ after_success:
- if test "$MAKEDOC" == yes ; then ./.travis/push doc ; fi
- if test "$MAKECOVERAGE" == yes ; then ./.travis/push coverage ; fi
- if test "$MAKECOVERAGE" == yes ; then
coveralls -r src --gcov-options '\-lp' -E ".*/.*/.*/.*.h" --exclude lapack --exclude blas --exclude molfile --exclude lepton ;
coveralls -r src --gcov-options '\-lp' -E ".*/.*/.*.h" --exclude lapack --exclude blas --exclude molfile --exclude lepton ;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment