Skip to content

Instantly share code, notes, and snippets.

@constgen
Last active May 30, 2018 19:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Travis GitHub release
language: node_js
node_js:
- "8.11"
install:
- npm install
cache:
directories:
- node_modules
script:
- npm test
notifications:
email:
on_pull_requests: false
on_success: change
on_failure: change
deploy:
provider: releases
api_key: "$GITHUB_AUTH_TOKEN"
file_glob: true
file: "dist/*"
overwrite: true
skip_cleanup: true
on:
tags: true
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment