Actually update .travis.yml to remove dartfmt step

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204806724
diff --git a/.travis.yml b/.travis.yml
index f433179..48fc099 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@
 dart_task:
   - test: -p vm
   - test: -p firefox
-  - dartfmt
   - dartanalyzer
 
 # Only building master means that we don't run two builds for each pull request.