mention infra in travis/test.sh (#3320)

This commit is contained in:
Ian Hickson 2016-04-13 15:15:28 -07:00
parent ae9c26a4ee
commit cf8d79d027

View File

@ -6,6 +6,10 @@ export PATH="$PWD/bin:$PATH"
# analyze all the Dart code in the repo
flutter analyze --flutter-repo --no-current-directory --no-current-package --congratulate
# keep the rest of this file in sync with
# //chrome_infra/build/scripts/slave/recipes/flutter/flutter.py
# see https://github.com/flutter/flutter/blob/master/infra/README.md
(cd packages/cassowary; dart -c test/all.dart)
(cd packages/flutter; flutter test)
(cd packages/flutter_driver; dart -c test/all.dart)