fixes broken link to CI script (#452)

pull/454/head
Ayush Bherwani 5 years ago committed by GitHub
parent 395ae8c0bb
commit 46a3f2dd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -73,7 +73,7 @@ Each app should:
* Have no analyzer errors or warnings. * Have no analyzer errors or warnings.
* Be formatted with `flutter format`. * Be formatted with `flutter format`.
* Include at least one working test in its `test` folder. * 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`. runs the analyzer, the formatter, and `flutter test`.
* Avoid adding an onerous amount of blobs (typically images or other assets) to * Avoid adding an onerous amount of blobs (typically images or other assets) to
the repo. the repo.

Loading…
Cancel
Save