Skip to content

Commit ea817e2

Browse files
committed
Add XDEBUG_MODE=coverage to build env
1 parent 4fff31d commit ea817e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
# This is a write-only ID that can only post test reports.
1111
- CC_TEST_REPORTER_ID=7d37e7331b1457f8c3a1857f8bd93a33c720f54dfd8bae66fa2a0fed468a3118
1212
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)
13+
- XDEBUG_MODE=coverage
1314

1415
install:
1516
- curl -s http://getcomposer.org/installer | php

0 commit comments

Comments
 (0)