Sign in
dart
/
external
/
github.com
/
flutter
/
flutter.git
/
6d002482d961a57fe50c49b79cd1256296e6685f
/
.
/
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
)