semantic-release/.travis.yml
Stephan Bönnemann f534c57215 fix: remove support for node < 8
BREAKING CHANGE: Remove support for publishing a package with node < 8. [Details](https://github.com/semantic-release/semantic-release#why-does-semantic-release-require-node-version-8).
2017-08-19 14:15:28 -07:00

18 lines
242 B
YAML

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