| Index: packages/quiver_iterables/tool/travis.sh
|
| diff --git a/packages/quiver/tool/travis.sh b/packages/quiver_iterables/tool/travis.sh
|
| similarity index 84%
|
| copy from packages/quiver/tool/travis.sh
|
| copy to packages/quiver_iterables/tool/travis.sh
|
| index ecf6577dd03663947d5d72c0f4bee4f326384007..61c101b788be228dc1d56e2b30a3efcc23f4fa46 100755
|
| --- a/packages/quiver/tool/travis.sh
|
| +++ b/packages/quiver_iterables/tool/travis.sh
|
| @@ -10,8 +10,7 @@ set -e
|
| # Verify that the libraries are error and warning-free.
|
| echo "Running dartanalyzer..."
|
| libs=$(find lib -maxdepth 1 -type f -name '*.dart')
|
| -testing_libs=$(find lib/testing -maxdepth 1 -type f -name '*.dart')
|
| -dartanalyzer $DARTANALYZER_FLAGS $libs $testing_libs test/all_tests.dart
|
| +dartanalyzer $DARTANALYZER_FLAGS $libs test/all_tests.dart
|
|
|
| # Run the tests.
|
| echo "Running tests..."
|
|
|