From 1aba59cde068432c29a7ccb803946988372ec28f Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 10 Mar 2015 08:01:03 +0100 Subject: [PATCH] skip the repo token for coveralls --- tests/aux/build-and-test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/aux/build-and-test.sh b/tests/aux/build-and-test.sh index c8659a1..63739fb 100755 --- a/tests/aux/build-and-test.sh +++ b/tests/aux/build-and-test.sh @@ -9,6 +9,5 @@ autoreconf -i make check if [ "x$COVERAGE" != "x" ]; then gem install coveralls-lcov - set +x - coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/app2.info + coveralls-lcov coverage/app2.info fi