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

Commit 7c1c361

Browse files
authored
Update .travis.yml
1 parent 566007c commit 7c1c361

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313
before_install:
1414
- phpenv config-rm xdebug.ini
1515
- composer self-update && composer install --no-interaction
16+
- tar -zcf /tmp/src.tar.gz src
1617
- cd tests
1718

1819
script: phpunit --stderr
@@ -22,16 +23,15 @@ deploy:
2223
api_key:
2324
secure: ${GITHUB_TOKEN}
2425
file_glob: true
25-
file: new.*.zip
26-
file: new.*.tar.gz
26+
file: /tmp/src.tar.gz
2727
skip_cleanup: true
2828
on:
2929
tags: true
3030

31-
after_script:
32-
- cd ../
33-
- pwd
34-
3531
branches:
3632
except:
3733
- /^untagged/
34+
35+
after_script:
36+
- cd ../
37+
- pwd

0 commit comments

Comments
 (0)