test more packages on travis

This commit is contained in:
Devon Carew 2015-11-10 08:49:11 -08:00
parent 778289f7d0
commit 2644e85922
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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