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

Commit 2d2533c

Browse files
authored
Update .travis.yml
1 parent 4efba6a commit 2d2533c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ before_install:
1414
- phpenv config-rm xdebug.ini
1515
- composer self-update && composer install --no-interaction
1616
- tar -zcf /tmp/Core.tar.gz src
17+
- mkdir -p build/logs
1718
- cd tests
1819

1920
script:
20-
- phpunit --stderr --coverage-clover=coverage.xml
21+
- phpunit --stderr --coverage-clover=../logs/coverage.xml
2122

2223
after_success:
2324
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)