forked from andredumas/techan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (25 loc) · 799 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: node_js
node_js:
- '6'
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: 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