Skip to content

Commit 3906207

Browse files
committed
Use 'npm ci' instead of 'npm install'.
This does not tamper with the package.lock file.
1 parent bc0f0d5 commit 3906207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2323
fi
2424
install:
25-
- npm install
25+
- npm ci
2626
- npm run vscode:prepublish
2727

2828
script:

0 commit comments

Comments
 (0)