We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fff31d commit ea817e2Copy full SHA for ea817e2
.travis.yml
@@ -10,6 +10,7 @@ env:
10
# This is a write-only ID that can only post test reports.
11
- CC_TEST_REPORTER_ID=7d37e7331b1457f8c3a1857f8bd93a33c720f54dfd8bae66fa2a0fed468a3118
12
- 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
14
15
install:
16
- curl -s http://getcomposer.org/installer | php
0 commit comments