Skip to content

Instantly share code, notes, and snippets.

@konsumer
Created January 20, 2015 09:40
Show Gist options
  • Save konsumer/8340a8f5e3bc31b3a929 to your computer and use it in GitHub Desktop.
Save konsumer/8340a8f5e3bc31b3a929 to your computer and use it in GitHub Desktop.
.travis.yml for npm auto-deploy: make your own deploy section with `travis setup npm`
language: node_js
node_js:
- 0.11
deploy:
provider: npm
email: konsumer@jetboystudio.com
skip_cleanup: true
api_key:
secure: JXBQYUqmhL27kEizzjSb3ENPTchD8n4bsHrnN7zrgZCU5jZxb51dXUp3+0UteeMLUpEzEnCgzBXPYVP4FsVOe1A9qOv/ju8u8q95XPAft2FoNOKCpYSqdSoHlQmifGS9vmnyxEAFCJcvIz92jT7cj+xONKmXsVSk52/BpCWQOo4=
on:
tags: true
repo: konsumer/tvinfo
all_branches: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment