Skip to content

Commit

Permalink
Adding travis npm deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andredumas committed Sep 28, 2016
1 parent b4b7c46 commit d163ff8
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .travis.yml
Expand Up @@ -4,15 +4,23 @@ node_js:
git:
submodules: false
deploy:
provider: releases
api_key:
secure: p5M9v2K55YHKq4GmBkP+Lgj/TlDcGUKlR0Cpl+Ne30iF6xXJrbQqLF8THB2ysWT5VaaYKq/4MMYBYLFABnpkLrUBjoGw+fDo3jJZ7h1lO3jrMlnvdNAjcmzGHVbsYi9wljSocaJE/JSgy4xb81IX8xkIdQY8IJnRNoi22Df2DkM=
file: dist/techan.zip
skip_cleanup: true
on:
tags: true
all_branches: true
repo: andredumas/techan.js
- provider: releases
api_key:
secure: p5M9v2K55YHKq4GmBkP+Lgj/TlDcGUKlR0Cpl+Ne30iF6xXJrbQqLF8THB2ysWT5VaaYKq/4MMYBYLFABnpkLrUBjoGw+fDo3jJZ7h1lO3jrMlnvdNAjcmzGHVbsYi9wljSocaJE/JSgy4xb81IX8xkIdQY8IJnRNoi22Df2DkM=
file: dist/techan.zip
skip_cleanup: true
on:
tags: true
all_branches: true
repo: andredumas/techan.js
- provider: npm
api_key:
secure: GRynIMGPvOkzIFGNZ1yfUIvZsrMqiLD6S6JG66QqnNSCRiOXe+aGIHLeZz3QOfwwGanRxJBQoo/kDvi5sVh/FirpeFj2gO+KiKOq2GwwMhVYARml3Vom2F/G4yJa5xVfvEpjmrWcw59H3l+/pFDtxYjMQ1sD9xVSzpLZVe0GM5c=
skip_cleanup: true
on:
tags: true
all_branches: true
repo: andredumas/techan.js

# Use new Travis container infrastructure
sudo: false

0 comments on commit d163ff8

Please sign in to comment.