Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 1b0d3ad

Browse files
author
damien
committed
fix: fixes version of npm
1 parent 9d8e7e7 commit 1b0d3ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ node_js:
1010
before_install:
1111
- npm install fh-build -g
1212
- fh-build template
13-
install: npm install --no-optional
13+
install:
14+
- npm install -g npm@3.10.10
15+
- npm install --no-optional

0 commit comments

Comments
 (0)