Roll back coveralls.

Pending fix: https://github.com/duse-io/dart-coveralls/issues/33
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 \