Skip to content

Commit dd420a6

Browse files
authored
Merge pull request #13644 from Olexandr88/patch-1
Update running-tests.md
2 parents 0a827f6 + 736bffe commit dd420a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docusaurus/docs/running-tests.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Popular CI servers already set the environment variable `CI` by default but you
245245
### Travis CI
246246

247247
1. Following the [Travis Getting started](https://docs.travis-ci.com/user/getting-started/) guide for syncing your GitHub repository with Travis. You may need to initialize some settings manually in your [profile](https://travis-ci.org/profile) page.
248-
1. Add a `.travis.yml` file to your git repository.
248+
2. Add a `.travis.yml` file to your git repository.
249249

250250
```yaml
251251
language: node_js
@@ -259,8 +259,8 @@ script:
259259
- npm test
260260
```
261261
262-
1. Trigger your first build with a git push.
263-
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
262+
3. Trigger your first build with a git push.
263+
4. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
264264
265265
### CircleCI
266266

0 commit comments

Comments
 (0)