Skip to content

Commit 47e53cd

Browse files
authored
Core.tar.gz
1 parent 1c4c075 commit 47e53cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
before_install:
1515
- phpenv config-rm xdebug.ini
1616
- composer self-update && composer install --no-interaction
17-
- tar -zcf /tmp/src.tar.gz src
17+
- tar -zcf /tmp/Core.tar.gz src
1818
- cd tests
1919

2020
script: phpunit --stderr
@@ -24,7 +24,7 @@ deploy:
2424
api_key:
2525
secure: ${GITHUB_TOKEN}
2626
file_glob: true
27-
file: /tmp/src.tar.gz
27+
file: /tmp/Core.tar.gz
2828
skip_cleanup: true
2929
on:
3030
tags: true

0 commit comments

Comments
 (0)