test more packages on travis
This commit is contained in:
parent
778289f7d0
commit
2644e85922
@ -4,9 +4,11 @@ set -ex
|
||||
pub global activate tuneup
|
||||
|
||||
(cd packages/cassowary; pub get)
|
||||
(cd packages/flutter_sprites; pub get)
|
||||
(cd packages/flutter_tools; pub get)
|
||||
(cd packages/flx; pub get)
|
||||
(cd packages/newton; pub get)
|
||||
(cd packages/unit; pub get)
|
||||
(cd packages/updater; pub get)
|
||||
|
||||
./travis/download_tester.py packages/unit/packages/sky_engine/REVISION bin/cache/travis/out/Debug
|
||||
|
@ -2,8 +2,10 @@
|
||||
set -ex
|
||||
|
||||
(cd packages/cassowary; pub global run tuneup check; pub run test -j1)
|
||||
(cd packages/flutter_sprites; pub global run tuneup check)
|
||||
(cd packages/flutter_tools; pub global run tuneup check; pub run test -j1)
|
||||
(cd packages/flx; pub global run tuneup check; pub run test -j1)
|
||||
(cd packages/newton; pub global run tuneup check; pub run test -j1)
|
||||
(cd packages/updater; pub global run tuneup check)
|
||||
|
||||
./bin/flutter test --engine-src-path bin/cache/travis
|
||||
|
Loading…
x
Reference in New Issue
Block a user