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

Commit 61f5c13

Browse files
authored
Update .travis.yml
1 parent 8208908 commit 61f5c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ php:
1010
matrix:
1111
fast_finish: true
1212

13-
branches
13+
branches:
1414
except:
1515
- /^untagged/
1616

@@ -26,8 +26,8 @@ deploy:
2626
api_key:
2727
secure: ${GITHUB_TOKEN}
2828
file_glob: true
29-
file: *.zip
30-
file: *.tar.gz
29+
file: directory/*.zip
30+
file: directory/*.tar.gz
3131
skip_cleanup: true
3232
on:
3333
tags: true

0 commit comments

Comments
 (0)