From e9b5bd36401de64ddac3de2db9139e82ed14bfe2 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Mon, 1 Aug 2022 22:21:59 +0900 Subject: [PATCH] Use the full proper name of Travis CI Signed-off-by: Takuya Noguchi --- docs/content/commands/npm-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/commands/npm-ci.md b/docs/content/commands/npm-ci.md index 30a03365ade81..3ecd7c6efb095 100644 --- a/docs/content/commands/npm-ci.md +++ b/docs/content/commands/npm-ci.md @@ -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