Sign in
flutter
/
mirrors
/
flutter
/
08539b4e4d87eeba6e739f3804c27bebb1a7c828
/
.
/
travis
/
test.sh
blob: d819706b354fb812fd930e3602c34ad83fc45169 [
file
] [
log
] [
blame
]
#!/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
)