drop --repo-token for coveralls

This commit is contained in:
Klas Lindfors
2015-05-25 20:21:03 +02:00
parent 7f0d778e0c
commit 9bd32ff72c
+1 -1
View File
@@ -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