Skip to content

Commit

Permalink
Merge pull request #13644 from Olexandr88/patch-1
Browse files Browse the repository at this point in the history
Update running-tests.md
  • Loading branch information
eaviles committed Aug 27, 2024
2 parents 0a827f6 + 736bffe commit dd420a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docs/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Popular CI servers already set the environment variable `CI` by default but you
### Travis CI

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.
1. Add a `.travis.yml` file to your git repository.
2. Add a `.travis.yml` file to your git repository.

```yaml
language: node_js
Expand All @@ -259,8 +259,8 @@ script:
- npm test
```
1. Trigger your first build with a git push.
1. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
3. Trigger your first build with a git push.
4. [Customize your Travis CI Build](https://docs.travis-ci.com/user/customizing-the-build/) if needed.
### CircleCI
Expand Down

0 comments on commit dd420a6

Please sign in to comment.