Skip to content

Commit 771ef17

Browse files
committed
Fix travis releases
1 parent 1f2687d commit 771ef17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ script:
4343
- make VERBOSE=1
4444
deploy:
4545
provider: releases
46-
file: build/mozart2-*-Source.zip
46+
skip_cleanup: true
47+
on:
48+
tags: true
49+
file_glob: true
50+
file: mozart2-*-Source.zip
4751
api_key:
4852
secure: GxwttdinweSfTeSkWu3aSp//AGT/ew4iyEUaLxh8nDeVRpAHEPBtMhgF25zoP6JLfhlEAOW7+5Gmomk1a/k+VQQWbFbod3jSSUIH/4gafEN7MVgy3Ma1NEWqViSC7IH/DDIhMzHAttznDOA2nWzoV1nyDpUydM8wvs3VK2N2wEI=

0 commit comments

Comments
 (0)