Skip to content

Commit beafb43

Browse files
authored
rename the CI script (#3017)
1 parent 1a6c654 commit beafb43

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: dart pub get
7272
- name: ${{ matrix.job }}
7373
if: runner.os != 'Windows'
74-
run: ./tool/travis.sh
74+
run: ./tool/ci.sh
7575
env:
7676
DARTDOC_BOT: ${{ matrix.job }}
7777
#COVERAGE_TOKEN: true # this needs to be set to enable coverage

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yet in the issue tracker, start by opening an issue. Thanks!
2424
2. When a change is user-facing, please add a new entry to the [changelog](https://github.com/dart-lang/dartdoc/blob/master/CHANGELOG.md)
2525
3. Please include a test for your change. `dartdoc` has both `package:test`-style unittests as well as integration tests. To run the unittests, use `grind test`.
2626
4. For major changes, run `grind compare-sdk-warnings` and `grind compare-flutter-warnings`, and include the summary results in your pull request.
27-
5. Be sure to format your Dart code using `dart format`, otherwise travis will complain.
27+
5. Be sure to format your Dart code using `dart format`, otherwise our CI will complain.
2828
6. Use `grind presubmit` before creating a pull request to quickly check for common problems.
2929
7. Post your change via a pull request for review and integration!
3030

File renamed without changes.

0 commit comments

Comments
 (0)