Update travis.sh
diff --git a/tool/travis.sh b/tool/travis.sh
index 8242381..6d8cfe3 100755
--- a/tool/travis.sh
+++ b/tool/travis.sh
@@ -9,7 +9,7 @@
 
 # Verify that the libraries are error free.
 dartanalyzer --fatal-warnings \
-  lib/packagemap.dart \
+  lib/packages.dart \
   test/all.dart
 
 # Run the tests.