mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
mention infra in travis/test.sh (#3320)
This commit is contained in:
parent
ae9c26a4ee
commit
cf8d79d027
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user