Skip to content

Commit 7d0f7f9

Browse files
authored
Merge pull request #144 from erizocosmico/feature/ci
ci: upload binaries on release
2 parents b58305a + 700c31d commit 7d0f7f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,15 @@ install:
1616

1717
script:
1818
- make test-coverage
19+
20+
before_deploy:
21+
- make packages
22+
23+
deploy:
24+
provider: releases
25+
api_key: $GITHUB_TOKEN
26+
file_glob: true
27+
file: build/*.tar.gz
28+
skip_cleanup: true
29+
on:
30+
tags: true

0 commit comments

Comments
 (0)