Skip to content

Commit 1db9205

Browse files
authored
Core
1 parent 6f48701 commit 1db9205

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
@@ -13,7 +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
16+
- tar -zcf /tmp/Core.tar.gz src
1717
- cd tests
1818

1919
script: phpunit --stderr
@@ -23,7 +23,7 @@ deploy:
2323
api_key:
2424
secure: ${GITHUB_TOKEN}
2525
file_glob: true
26-
file: /tmp/src.tar.gz
26+
file: /tmp/Core.tar.gz
2727
skip_cleanup: true
2828
on:
2929
tags: true

0 commit comments

Comments
 (0)