new travis.yml

This commit is contained in:
Martin Rotter 2017-10-22 20:19:27 +02:00
parent 116b693ba7
commit 3da90f540d

View File

@ -15,8 +15,8 @@ deploy:
api_key: api_key:
secure: "$GH_TOKEN" secure: "$GH_TOKEN"
file_glob: true file_glob: true
file: *.dmg file: "*.dmg"
file: *.AppImage file: "*.AppImage"
skip_cleanup: true skip_cleanup: true
on: on:
tags: true tags: true