Skip to content

Commit 104837c

Browse files
author
Manny Henri
committed
changed to npm ci to speed tests travis
1 parent a19847f commit 104837c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ node_js:
44
- '8'
55
- '10'
66
before_install:
7-
- 'npm install -g npm@6'
7+
- 'npm install -g npm@6'
8+
install:
9+
- 'npm ci'

0 commit comments

Comments
 (0)