language: node_js cache: directories: - ~/.npm notifications: email: false node_js: - '10' - '9' - '8' script: - npm run lint - npm run test - npm run test:coverage - npm run test:check-coverage after_success: - npm run travis-deploy-once "npm run semantic-release" branches: except: - /^v\d+\.\d+\.\d+$/