Skip to content

Commit 013f9c2

Browse files
committed
Initial commit
1 parent eb1527e commit 013f9c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ deploy:
1515
provider: releases
1616
api_key: $GITHUB_ACCESS_TOKEN
1717
overwrite: true
18+
skip_cleanup: true
1819
file_glob: true
1920
file:
2021
- gotpl-alpine-linux-amd64-*.tar.gz
@@ -24,10 +25,6 @@ deploy:
2425
- gotpl-linux-armhf-*.tar.gz
2526
- gotpl-darwin-amd64-*.tar.gz
2627
- gotpl-darwin-i386-*.tar.gz
27-
skip_cleanup: true
28-
on:
29-
branch: master
30-
tags: true
3128

3229
notifications:
3330
email:

0 commit comments

Comments
 (0)