semantic-release/.travis.yml
2017-09-30 13:30:41 -04:00

18 lines
238 B
YAML

dist: trusty
language: node_js
cache:
directories:
- $HOME/.npm
notifications:
email: false
node_js:
- 8
services:
- couchdb
branches:
except:
- /^v\d+\.\d+\.\d+$/
after_success:
- npm run codecov
- npm run semantic-release