Sign in
flutter
/
mirrors
/
flutter
/
d86fb66e9b083ea53c4e47e81739cc3d4208f211
/
.
/
travis
/
test.sh
blob: d819706b354fb812fd930e3602c34ad83fc45169 [
file
]
#!/bin/bash
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
)