We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2204412 commit 6f61d95Copy full SHA for 6f61d95
.travis.yml
@@ -9,5 +9,7 @@ php:
9
before_script:
10
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
11
- composer install --dev --prefer-source
12
+ - git config --global user.name travis-ci
13
+ - git config --global user.email [email protected]
14
15
script: ./vendor/bin/phpunit -c tests/complete.phpunit.xml
0 commit comments