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