Skip to content

Commit 5a54032

Browse files
committed
travis: npm install instead of npm ci
1 parent 03a81b9 commit 5a54032

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
@@ -3,6 +3,8 @@ node_js:
33
- "10"
44
- "8"
55
- "6"
6+
install:
7+
- npm install
68
notifications:
79
email:
810
on_success: never

0 commit comments

Comments
 (0)