From 6b3427594036f4b9ed5933523225ce6bb32de3cb Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 18 Dec 2014 11:29:12 -0800 Subject: [PATCH] Update travis.sh --- tool/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/travis.sh b/tool/travis.sh index bed034b..9c4ace9 100755 --- a/tool/travis.sh +++ b/tool/travis.sh @@ -41,5 +41,5 @@ if [ "$REPO_TOKEN" ]; then echo echo "Running code coverage report" - pub global run dart_coveralls report --debug --retry 3 test/all.dart + pub global run dart_coveralls report --token $REPO_TOKEN --debug --retry 3 test/all.dart fi