Skip to content

Commit

Permalink
This should work now
Browse files Browse the repository at this point in the history
'Should'
  • Loading branch information
pezholio committed Apr 21, 2016
1 parent 2be028f commit 1f3931a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ script:
- npm run mocha-main
- npm run mocha-renderer
before_deploy:
- npm install electron-packager -g
- sudo apt-get install wine
- npm install [email protected] -g
- scripts/build
deploy:
provider: releases
skip_cleanup: true
api_key:
secure: gs5TwjMZLLerU7NGVnRR1zq4FyEtDY2UnpeHfTh62gJYxC1+vkaYE5TrRQqyg6DmAuILfFldRdVv17buqDMQdPNiL9ODMuQvqxK5sgEngiKKYR0+PhqHAHh/Py13tk4wjnygAspjryS2Vc1JfR9VOItrsYppicm6NPkIxujwxnOzE3uDnRYq1CHNnKOAT/1cSbf4Ir6UymIx6udVblahEp9LGGlDLDkQATdW43hOERW/zgjWPGd0pCAula0RGcN9TOj0yDAZ8QjJOl+g1X+QnZ6wViAEdnWSKk81dJJ6FeBcGVqryYkxJK1M7hNadmbo8x1URw4eX+FIz8lfJqII9taIZTIivPC/zXnRH5TkOq/skZDEP4Xm5xrJYCY7oo1QlY0Qv64VtX9la6kFwqlyeUtwp8DetRr3a2TykBnFzJUXbnn+YRX4dq3uimOpKRKJJZZAvTNXQJXWCdcSoJedKyo/XQs4r0ldknWdI8FrOTV6UpYrVAU3/xPDgm5WaVZqcHzOOcaGI/8a6Rnb/HpyWaxkz3F4G2GDx5e99635ZfyG1s/emAAtZhgMd499G5NCbiFcwUJ2Sktal6xTA0pFntm0f050juxA9Ej1Ylyz1Z+OfTVeOG/alwK3RRiGVqjFrpzCtpeNejcRGKa0wv9cX4I0rJfM/PK3rrsEcpyAwdo=
file:
- ./packages/comma-chameleon-darwin-x64.tar.gz
- ./packages/comma-chameleon-darwin-ia32tar.gz
- ./packages/comma-chameleon-linux-ia32.tar.gz
- ./packages/comma-chameleon-linux-x64.tar.gz
- ./packages/comma-chameleon-win32-ia32.tar.gz
- ./packages/comma-chameleon-win32-x64.tar.gz
on:
repo: theodi/comma-chameleon
tags: true

0 comments on commit 1f3931a

Please sign in to comment.