UNPKG

422 BYAMLView Raw
1sudo: false
2language: node_js
3notifications:
4 email: false
5node_js:
6 - 8
7 - 10
8matrix:
9 fast_finish: true
10script: npm run travis
11before_install:
12 - npm i -g npm
13branches:
14 except:
15 - /^v\d+\.\d+\.\d+$/
16jobs:
17 include:
18 - stage: release
19 node_js: 10
20 script: curl "https://raw.githubusercontent.com/pelias/ci-tools/master/semantic-release.sh" | bash -
21 if: (branch = master) AND ( type = push )