From a6153cfd2b0764e69d103b33af6b42978b0403f4 Mon Sep 17 00:00:00 2001 From: Takuya N Date: Tue, 2 Aug 2022 03:11:12 +0900 Subject: [PATCH] docs: Use the full proper name of Travis CI (#5240) 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