sudo: false language: node_js cache: yarn notifications: email: false node_js: - '8' script: - npm build - npm test branches: except: - /^v\d+\.\d+\.\d+$/