Skip to content

Commit

Permalink
fixes broken link to CI script (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBherwani1998 authored Jun 1, 2020
1 parent 395ae8c commit 46a3f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46a3f2d

Please sign in to comment.