Skip to content

Instantly share code, notes, and snippets.

@rrdelaney
Created January 17, 2016 04:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rrdelaney/ae59d4b24345b6248dd7 to your computer and use it in GitHub Desktop.
Save rrdelaney/ae59d4b24345b6248dd7 to your computer and use it in GitHub Desktop.
Autodeploy to NPM with Travis CI
deploy:
provider: npm
email: "YOUR EMAIL"
api_key: $NPM_TOKEN
skip_cleanup: true
on:
branch: master
condition: $(npm view PACKAGENAME dist-tags.latest) != $(node -p "require('./package.json').version")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment