Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 5c63b0e

Browse files
authored
add releases
1 parent cc1f7a4 commit 5c63b0e

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,6 +16,18 @@ before_install:
1616
- cd tests
1717

1818
script: phpunit --stderr
19+
20+
deploy:
21+
provider: releases
22+
api_key:
23+
secure: ${GITHUB_TOKEN}
24+
file_glob: true
25+
file: *.zip
26+
file: *.tar.gz
27+
skip_cleanup: true
28+
on:
29+
tags: true
30+
1931
after_script:
2032
- cd ../
2133
- pwd

0 commit comments

Comments
 (0)