mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Adding Travis config for jsonexample. (#4)
This commit is contained in:
9
travis_script.sh
Normal file
9
travis_script.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
set -e
|
||||
|
||||
echo "== Testing 'jsonexample' on Flutter's $FLUTTER_VERSION channel =="
|
||||
|
||||
pushd jsonexample
|
||||
../flutter/bin/flutter test
|
||||
popd
|
||||
|
||||
echo "-- Success --"
|
||||
Reference in New Issue
Block a user