language: node_js node_js: - "8" - "10" notifications: email: false before_script: - npm prune after_success: - npm run travis-deploy-once "npm run semantic-release" branches: except: - /^v\d+\.\d+\.\d+$/ git: depth: 5 cache: directories: - $HOME/.npm