Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 7136c5a

Browse files
committed
Use npm ci instead of npm install
1 parent 1401747 commit 7136c5a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ notifications:
99
node_js:
1010
- "10.2.1"
1111

12+
install: npm ci
13+
1214
script: ./bin/npm test
1315

1416
git:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
install:
1313
- ps: Install-Product node $env:nodejs_version $env:platform
1414
- npm install -g npm
15-
- npm install
15+
- npm ci
1616

1717
build: off
1818

0 commit comments

Comments
 (0)