Skip to content

Commit 660bbe4

Browse files
authored
Update .travis.yml
1 parent cbd9683 commit 660bbe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ install:
1616

1717
script:
1818
- mkdir -p build/logs
19-
- vendor/bin/phpunit -c phpunit.dist.xml --testdox
19+
#- vendor/bin/phpunit -c phpunit.dist.xml --testdox
20+
#XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text
21+
- XDEBUG_MODE=coverage vendor/bin/phpunit -c phpunit.dist.xml --testdox
2022

2123
after_success:
2224
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)