Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yakeing committed Aug 6, 2019
1 parent f493afd commit 2a06305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
before_install:
- phpenv config-rm xdebug.ini
- composer self-update && composer install --no-interaction
- tar -zcf /tmp/src.tar.gz src
- tar -zcf /tmp/Core.tar.gz src
- cd tests

script: phpunit --stderr
Expand All @@ -24,7 +24,7 @@ deploy:
api_key:
secure: ${GITHUB_TOKEN}
file_glob: true
file: /tmp/src.tar.gz
file: /tmp/Core.tar.gz
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 2a06305

Please sign in to comment.