language: node_js cache: yarn: true directories: - ~/.npm notifications: email: false node_js: - '8' script: - npm i -g clipped - rm -rf docs/* - clipped build after_success: - npm run travis-deploy-once "npm run semantic-release" branches: except: - /^v\d+\.\d+\.\d+$/