Sign in
flutter
/
mirrors
/
flutter
/
5399ffe8c4b7b5a37fc5c6017a3ca6e3b3c8f8e1
/
.
/
travis
/
test.sh
blob: 134c465c1aa83ddccb456be7e89a72314c71f713 [
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
)