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

Commit 1882ab2

Browse files
authored
Update .travis.yml
1 parent bd2cfaa commit 1882ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ 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-
- php -v
1817
- mkdir -p logs
1918
- cd tests
2019

@@ -23,8 +22,9 @@ script:
2322
- phpunit --coverage-clover="../logs/coverage.xml"
2423

2524
after_success:
26-
- cat ../logs/coverage.xml
2725
- bash <(curl -s https://codecov.io/bash)
26+
- php -v
27+
- cat ../logs/coverage.xml
2828

2929
deploy:
3030
provider: releases

0 commit comments

Comments
 (0)