Skip to content

Commit e390468

Browse files
committed
ci(publish): install semantic-release to the location of the config
to ensure all dependencies are found
1 parent 97a0907 commit e390468

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
@@ -19,7 +19,7 @@ jobs:
1919
- stage: release
2020
node_js: 10
2121
script: skip
22-
before_deploy: npm install --global @traverson/semantic-release-config --no-save
22+
before_deploy: npm install semantic-release @traverson/semantic-release-config --no-save
2323
deploy:
2424
provider: script
2525
skip_cleanup: true

0 commit comments

Comments
 (0)