Skip to content

Commit

Permalink
Add deploy config to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Jan 12, 2017
1 parent d8b1091 commit 3ec8463
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ node_js:
branches:
only:
- master
- /^v\d+(\.\d+)*$/
addons:
apt:
sources:
Expand All @@ -19,3 +20,10 @@ script:
env:
global:
- secure: bRNUzuHQG6X1i0GW29aMjSCgmZlQXwsrstKVyZd/W9eKIDg5YISonVYtlTeUtUgdvWpCNU0csyQsxpuutuKlZkcN5k7grUHRkjTzaorkbzWQWrHRPA4RbMJNAHXbd+d9Lb/oL8J2ZcZf8vu4z9ebeBqt6jfwojwrLWricoG1MoGO4XPwBVnR57kBTEV2Maoew0x29zLAq376eLTzcqZLMItnYuHsowPpCiiSRqR1NUgbT6mkk97nTdnSs/7AXSB/r3abWi6lIj+MK+SJyuqsc58uG9iAis8rWKLK6vdLwEwiGog6/dKmzOU4flImaieJAb/you1b9Ac+XxmvSe21EcIA42D0KJaGupef42xtLbEoS43r1dTAc0krQ/gxVQjLGTmeqJgNYVY5Fzrn3uisVjU3zIVXRCsc/y+j3uQXQIxGeXRT7B0lEPsNNUxPa2RRGgxXll4j9KK25MLhsV73G9VhEOiReA48kBmopr6dOaeUJ8dcQQqj6cAhoBvP4tzSzv7BmkW9ClSuJuSXwHynia6Viv1sjFuchnHfxqYCJAbuRLm3X6LuI+b2vODghbWg1N/Lw0fnKp7RcwLpmQ2MKHQqe9dB3f0i9qnSm2eh8wn/NYKpnhrGpAALRCB4GDSGfmYEBWqZp/3t7prAb3N+IpQ73pn+zz84edWoMwlP5fU=
deploy:
provider: releases
api_key: ${GITHUB_TOKEN}
file: build/${TRAVIS_TAG}.zip
skip_cleanup: true
on:
tags: true

0 comments on commit 3ec8463

Please sign in to comment.