Skip to content

Commit b44bf18

Browse files
committed
Properly use the npm lockfile in builds
1 parent 7f8cae6 commit b44bf18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ node_js:
88
before_install:
99
- sudo apt-get install p7zip-full xterm
1010
install:
11-
- npm install --global npm@4
12-
- npm install
11+
- npm ci
1312
services:
1413
- xvfb
1514
before_script:

0 commit comments

Comments
 (0)