Skip to content

Commit

Permalink
chore: No more --checked
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Sep 4, 2019
1 parent 5fdf34e commit b24f681
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 @@ -4,7 +4,7 @@
set -e

# Run the tests.
dart --checked test/runner.dart
dart test/runner.dart

# If the COVERALLS_TOKEN token is set on travis
# Install dart_coveralls
Expand Down

0 comments on commit b24f681

Please sign in to comment.