Skip to content

Commit

Permalink
Merge pull request flutter#124 from dart-lang/devoncarew-patch-1
Browse files Browse the repository at this point in the history
Update travis.sh
  • Loading branch information
devoncarew authored Jun 22, 2018
2 parents 225b083 + 4bf0815 commit 961a9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dartanalyzer --fatal-warnings \
test/all.dart

# Run the tests.
dart -c test/all.dart
dart --enable-asserts test/all.dart

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

0 comments on commit 961a9fd

Please sign in to comment.