Fix coveralls integration
diff --git a/tool/travis.sh b/tool/travis.sh
index f2de161..9794fdb 100755
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -36,11 +36,6 @@
 dart --checked test/all.dart
 
 # Gather and send coverage data.
-if [ "$REPO_TOKEN" ]; then
-  pub global activate dart_coveralls
-  pub global run dart_coveralls report \
-    --token $REPO_TOKEN \
-    --retry 2 \
-    --exclude-test-files \
-    test/all.dart
-fi
+pub global activate dart_coveralls
+pub global run dart_coveralls report --token $REPO_TOKEN --retry 2 --exclude-test-files test/all.dart
+