Skip to content

Commit 6fa7b92

Browse files
authored
Update .travis.yml
1 parent 1a15974 commit 6fa7b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ branches:
1010
only:
1111
- master
1212
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
13-
before_script: "npm update"
13+
install: "npm i && npm update"
1414
before_deploy:
1515
- npm run build
1616
env:

0 commit comments

Comments
 (0)