Fix Travis release

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
Paulo Castro 2019-06-04 20:13:18 +01:00
parent 57fc26c0f7
commit df797cdc2c

View File

@ -8,16 +8,13 @@ script:
- node --version
- npm --version
- npm run ci
- npm run build:standalone
- npm run build:installer
notifications:
email: false
deploy:
- provider: script
script:
- node --version
- npm --version
- npm run build:standalone
- npm run build:installer
- npm run release
script: npm run release
skip_cleanup: true
on:
tags: true