Merge pull request #1286 from balena-io/fix-travis-release

Fix Travis release
This commit is contained in:
Paulo Castro 2019-06-04 20:30:13 +01:00 committed by GitHub
commit 17e51799f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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