Skip to content

Commit a9906e5

Browse files
committed
Add npm update call to install, lets see how it goes
1 parent f184668 commit a9906e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ node_js:
77

88
sudo: false
99

10+
install:
11+
- npm install
12+
- npm update
13+
1014
cache:
1115
directories:
1216
- node_modules

0 commit comments

Comments
 (0)