Commit 654faaf5 authored by Adam Barth's avatar Adam Barth

Add flutter_tools to Travis

parent a06c98ce
......@@ -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
......@@ -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)
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