1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/travis_script.sh
2018-06-29 15:49:11 -07:00

10 lines
155 B
Bash

set -e
echo "== Testing 'jsonexample' on Flutter's $FLUTTER_VERSION channel =="
pushd jsonexample
../flutter/bin/flutter test
popd
echo "-- Success --"