Skip to content

Commit 961a9fd

Browse files
authored
Merge pull request flutter#124 from dart-lang/devoncarew-patch-1
Update travis.sh
2 parents 225b083 + 4bf0815 commit 961a9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dartanalyzer --fatal-warnings \
1515
test/all.dart
1616

1717
# Run the tests.
18-
dart -c test/all.dart
18+
dart --enable-asserts test/all.dart
1919

2020
# Measure the size of the compiled JS, for the dart:html version of the library.
2121
dart tool/grind.dart build

0 commit comments

Comments
 (0)