Skip to content

Commit 471a3b1

Browse files
committed
ci: override install for release
1 parent 5364742 commit 471a3b1

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
@@ -25,6 +25,8 @@ jobs:
2525
- stage: release
2626
language: node_js
2727
node_js: '10'
28+
install:
29+
- npm ci
2830
script:
2931
- ./node_modules/.bin/semantic-release
3032

0 commit comments

Comments
 (0)