Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
core: add npm ci for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
madmas committed Aug 12, 2020
1 parent 6456df5 commit 5d08b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy:
provider: script
skip_cleanup: true
script: cd src && npx semantic-release
script: cd src && npm ci && npx semantic-release
on:
all_branches: true
branches:
Expand Down

0 comments on commit 5d08b7f

Please sign in to comment.