diff --git a/.travis.yml b/.travis.yml index a0f16fd4..271bc732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ node_js: before_install: npm i -g npm@5 before_script: node ./update.js after_script: node ./upload.js -after_success: npm run semantic-release +after_success: npx semantic-release # Trigger a push build on master and greenkeeper branches + PRs build on every branches # Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147) @@ -20,4 +20,3 @@ branches: only: - master - /^greenkeeper.*$/ - diff --git a/package.json b/package.json index c834e599..6661470c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ ] }, "scripts": { - "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "NODE_ENV=testing standard && jest" } }