1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

fixes broken link to CI script (#452)

This commit is contained in:
Ayush Bherwani
2020-06-01 18:07:46 +05:30
committed by GitHub
parent 395ae8c0bb
commit 46a3f2dd09

View File

@@ -73,7 +73,7 @@ Each app should:
* Have no analyzer errors or warnings.
* Be formatted with `flutter format`.
* Include at least one working test in its `test` folder.
* Be wired into the list of projects in [the CI script](travis_script.sh), which
* Be wired into the list of projects in [the CI script](tool/travis_flutter_script.sh), which
runs the analyzer, the formatter, and `flutter test`.
* Avoid adding an onerous amount of blobs (typically images or other assets) to
the repo.