diff --git a/build-and-test.sh b/build-and-test.sh index aea1bef..4c07d45 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -16,6 +16,6 @@ else make check if [ "x$COVERAGE" != "x" ]; then gem install coveralls-lcov - coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/app2.info + coveralls-lcov coverage/app2.info fi fi