Add flutter_tools to Travis
This commit is contained in:
parent
a06c98ce76
commit
654faaf571
@ -3,5 +3,6 @@ set -ex
|
|||||||
|
|
||||||
(cd packages/cassowary; pub get)
|
(cd packages/cassowary; pub get)
|
||||||
(cd packages/newton; pub get)
|
(cd packages/newton; pub get)
|
||||||
|
(cd packages/flutter_tools; pub get)
|
||||||
|
|
||||||
pub global activate tuneup
|
pub global activate tuneup
|
||||||
|
@ -3,3 +3,4 @@ set -ex
|
|||||||
|
|
||||||
(cd packages/cassowary; pub global run tuneup check; pub run test -j1)
|
(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/newton; pub global run tuneup check; pub run test -j1)
|
||||||
|
(cd packages/flutter_tools; pub global run tuneup check; pub run test -j1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user