scratch-analysis/.travis.yml

23 lines
336 B
YAML
Raw Normal View History

2018-12-18 12:55:40 -05:00
language: node_js
node_js:
- 8
- 10
- node
2018-12-18 12:55:40 -05:00
cache:
directories:
- node_modules
script:
- commitlint-travis
- npm test
jobs:
include:
- stage: release
node_js: 10
script: echo deploying...
deploy:
- provider: script
script: npx semantic-release
stages:
- test
- name: release
if: branch = develop