From b24f681a06e59fbcf330022c2bb4dd362d1519cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Wed, 4 Sep 2019 19:20:24 +0200 Subject: [PATCH] chore: No more --checked --- tool/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/travis.sh b/tool/travis.sh index 05257b3..3861848 100755 --- a/tool/travis.sh +++ b/tool/travis.sh @@ -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