Skip to content

Commit 8345a80

Browse files
committed
Merge branch '3.2'
* 3.2: Disable code coverage generation for most builds
2 parents 5ec8395 + 9306877 commit 8345a80

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
@@ -15,7 +15,7 @@ env:
1515
matrix:
1616
include:
1717
- php: 5.6
18-
env: DRIVER_VERSION="1.5.8" COMPOSER_FLAGS="--prefer-dist --prefer-lowest"
18+
env: DRIVER_VERSION="1.5.8" COMPOSER_FLAGS="--prefer-dist --prefer-lowest" PHPUNIT_FLAGS="--coverage-clover=coverage.clover"
1919

2020
cache:
2121
directories:
@@ -31,7 +31,7 @@ install:
3131
- composer update ${COMPOSER_FLAGS}
3232

3333
script:
34-
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
34+
- ./vendor/bin/phpunit ${PHPUNIT_FLAGS}
3535

3636
after_script:
3737
- wget https://scrutinizer-ci.com/ocular.phar

0 commit comments

Comments
 (0)