From 4a30e15992a7eb0534aa4e6afb0f359800667e42 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Thu, 5 Apr 2018 19:13:04 +0200
Subject: [PATCH] Revert "fixed coveralls"

This reverts commit 14eb6054b479f655c7e13f275f62780db3dfc2c9.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 59cd4e6ab..2ce7ffde4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
-- 
GitLab