Skip to content

Commit 6595740

Browse files
committed
Update *.travis
1 parent 10c40f8 commit 6595740

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,10 @@ branches:
3030
except:
3131
- # Do not build tags that we create when we upload to GitHub Releases
3232
- /^(?i:continuous)/
33+
34+
deploy:
35+
provider: releases
36+
api_key: "GITHUB OAUTH TOKEN"
37+
file: MieSimulatorGUI*.AppImage
38+
skip_cleanup: true
39+
draft: true

0 commit comments

Comments
 (0)