Skip to content

Commit 329a410

Browse files
authored
ci: fix travis ci (#559)
It seems that npm is outdated and the test is failing.
1 parent a40df77 commit 329a410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ node_js:
44
- "lts/*"
55
- "node"
66

7+
install: npm i -g npm
8+
79
cache:
810
directories:
911
- node_modules

0 commit comments

Comments
 (0)