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