Merge pull request #8 from dart-lang/coveralls_rollback

Roll back coveralls.
diff --git a/tool/travis.sh b/tool/travis.sh
index 56708c7..1362cbd 100755
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -17,7 +17,7 @@
 
 # Install dart_coveralls; gather and send coverage data.
 if [ "$COVERALLS_TOKEN" ]; then
-  pub global activate dart_coveralls
+  pub global activate dart_coveralls 0.1.11
   pub global run dart_coveralls report \
     --token $COVERALLS_TOKEN \
     --retry 2 \