Commit 0f2a9c40 authored by Devon Carew's avatar Devon Carew

Merge pull request #275 from devoncarew/more_testing

test more packages on travis
parents 84c27333 2644e859
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment