commit | 3c2c5f5434f021d98c0524eaaa2c435ba8693700 | [log] [tgz] |
---|---|---|
author | Phil Quitslund <pq@users.noreply.github.com> | Wed May 27 12:46:11 2015 -0700 |
committer | Phil Quitslund <pq@users.noreply.github.com> | Wed May 27 12:46:11 2015 -0700 |
tree | ef470a2c9cbbff6d2663e63ec75c0e3b513d01a4 | |
parent | 45aa4d5882b64c3b5b2602c50fd17eda39f25e9b [diff] |
Update travis.sh
diff --git a/pkgs/package_config/tool/travis.sh b/pkgs/package_config/tool/travis.sh index 8242381..6d8cfe3 100755 --- a/pkgs/package_config/tool/travis.sh +++ b/pkgs/package_config/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.