Skip to content

Commit

Permalink
docs: Use the full proper name of Travis CI (#5240)
Browse files Browse the repository at this point in the history
Use the full proper name of Travis CI

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
  • Loading branch information
tnir committed Aug 1, 2022
1 parent eac1bf2 commit a6153cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/commands/npm-ci.md
Expand Up @@ -67,7 +67,7 @@ $ npm ci
added 154 packages in 5s
```

Configure Travis to build using `npm ci` instead of `npm install`:
Configure Travis CI to build using `npm ci` instead of `npm install`:

```bash
# .travis.yml
Expand Down

0 comments on commit a6153cf

Please sign in to comment.