You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/running-tests.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ Popular CI servers already set the environment variable `CI` by default but you
245
245
### Travis CI
246
246
247
247
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.
249
249
250
250
```yaml
251
251
language: node_js
@@ -259,8 +259,8 @@ script:
259
259
- npm test
260
260
```
261
261
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.
0 commit comments