Skip to content

Commit 5d5d0ed

Browse files
committed
Merge pull request dart-archive/package_config#8 from dart-lang/build_fix
Build fix.
2 parents 45aa4d5 + 3c2c5f5 commit 5d5d0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/package_config/tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99

1010
# Verify that the libraries are error free.
1111
dartanalyzer --fatal-warnings \
12-
lib/packagemap.dart \
12+
lib/packages.dart \
1313
test/all.dart
1414

1515
# Run the tests.

0 commit comments

Comments
 (0)