mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-08 00:16:28 +02:00
fix coverage
This commit is contained in:
35
.travis.yml
35
.travis.yml
@@ -8,38 +8,39 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- php: 5.5
|
||||||
php: 5.5
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
- os: linux
|
- php: 5.6
|
||||||
php: 5.6
|
os: linux
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
- os: linux
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
php: 7.0
|
|
||||||
env: ZIPALIGN_INSTALL=true
|
env: ZIPALIGN_INSTALL=true
|
||||||
|
|
||||||
- os: linux
|
- php: 7.0
|
||||||
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
php: 7.1
|
|
||||||
env: ZIPALIGN_INSTALL=true
|
env: ZIPALIGN_INSTALL=true
|
||||||
|
|
||||||
- os: linux
|
- php: 7.1
|
||||||
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
php: 7.2
|
|
||||||
env: ZIPALIGN_INSTALL=true
|
env: ZIPALIGN_INSTALL=true
|
||||||
|
|
||||||
- os: linux
|
- php: 7.2
|
||||||
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
php: 7.3
|
|
||||||
env: ZIPALIGN_INSTALL=true
|
env: ZIPALIGN_INSTALL=true
|
||||||
|
|
||||||
- os: linux
|
- php: 7.3
|
||||||
|
os: linux
|
||||||
|
dist: xenial
|
||||||
|
env: ZIPALIGN_INSTALL=true
|
||||||
|
|
||||||
|
- php: 7.4
|
||||||
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
php: 7.4
|
env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --coverage-clover=coverage.clover"
|
||||||
env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
|
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
|
||||||
|
Reference in New Issue
Block a user