commit | bc1b7785da749fbd0034780e0d89c0108b14720d | [log] [tgz] |
---|---|---|
author | Devon Carew <[email protected]> | Mon Jul 16 07:01:42 2018 -0700 |
committer | Devon Carew <[email protected]> | Mon Jul 16 07:01:42 2018 -0700 |
tree | 2abe27420b9400398acedc660c3ad373b4985d8f | |
parent | 0fc1761c32ce22c83886d799021a9f6182f9de91 [diff] [blame] |
misc cleanup
diff --git a/tool/travis.sh b/tool/travis.sh index b450e6e..ce0f993 100755 --- a/tool/travis.sh +++ b/tool/travis.sh
@@ -8,11 +8,7 @@ set -e # Verify that the libraries are error free. -dartanalyzer --fatal-warnings \ - example/example.dart \ - example/ga.dart \ - lib/usage.dart \ - test/all.dart +dartanalyzer --fatal-warnings . # Run the tests. dart --enable-asserts test/all.dart