Skip to content

Commit

Permalink
Add auto build for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcbarn committed Jan 8, 2017
1 parent 6f9a1a0 commit 0b58928
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ script:
- cd ..
before_deploy: "./make-bintray-json.sh"
deploy:
skip_cleanup: true
- skip_cleanup: true
on:
all_branches: true
provider: bintray
file: bintray.json
user: jackmcbarn
key:
secure: g9uz4gG8Dmb9cTG4hNNmuzQvKON00NTON2lOfQH6HbYkFYySwCJ76Kq1D11d7luav2s/bPytuNSrIUCTwGZf64eMGDuZbbpFR4dGEIuxYmSKbCqTL9getd5EapwxffQPoridG/SZGOBRLgI+zw0XRlNMDfBJQxp+B8Zs7u7+xMg=
- skip_cleanup: true
provider: releases
api_key:
secure: FLqsPJrAsLll9RwvQf6Ozw7fqD/cPizeN6CH+apTs/ttEwisD3eB7vlEswfgsFGNFiWQ62z3e31ute2fQ4AnksaQ6PJU3USg4I84fxTfq2euuCRF7gGF93eioN0I0/G6wfOXeTz2skRvW5PcEh1egM8SoGWu1W8V+OQT73vZpNE=
file: un.rpyc/un.rpyc
on:
tags: true

0 comments on commit 0b58928

Please sign in to comment.