From 227c754c48764ae5ddf4ae30eb1d6c54584731cb Mon Sep 17 00:00:00 2001 From: David Joy Date: Mon, 4 Nov 2019 10:07:17 -0500 Subject: [PATCH] fix: use npx for semantic-release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e14c78..a5b5f19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ script: - npm run test - npm run build after_success: -- npm run semantic-release +- npx semantic-release - codecov env: global: