Travis scaffolding.
diff --git a/tool/travis.sh b/tool/travis.sh
index d9bb4b7..b21d421 100644
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -12,7 +12,7 @@
   lib/cli_util.dart
 
 # Run the tests.
-# dart test/all.dart
+#dart test/all.dart
 
 # Install dart_coveralls; gather and send coverage data.
 if [ "$COVERALLS_TOKEN" ]; then