Browse Source

Use ci-tools script for semantic-release

pull/1187/head
Julian Simioni 6 years ago
parent
commit
2de274954f
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .travis.yml

2
.travis.yml

@ -18,4 +18,4 @@ jobs:
include:
- stage: release
node_js: 10
script: npx semantic-release
script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -

Loading…
Cancel
Save