Add flutter_tools to Travis

This commit is contained in:
Adam Barth 2015-11-04 22:05:00 -08:00
parent a06c98ce76
commit 654faaf571
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,6 @@ set -ex
(cd packages/cassowary; pub get)
(cd packages/newton; pub get)
(cd packages/flutter_tools; pub get)
pub global activate tuneup

View File

@ -3,3 +3,4 @@ set -ex
(cd packages/cassowary; pub global run tuneup check; pub run test -j1)
(cd packages/newton; pub global run tuneup check; pub run test -j1)
(cd packages/flutter_tools; pub global run tuneup check; pub run test -j1)