Skip to content

Commit 6f61d95

Browse files
committed
Make sure git is setup to allow commits on travis
1 parent 2204412 commit 6f61d95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ php:
99
before_script:
1010
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
1111
- composer install --dev --prefer-source
12+
- git config --global user.name travis-ci
13+
- git config --global user.email [email protected]
1214

1315
script: ./vendor/bin/phpunit -c tests/complete.phpunit.xml

0 commit comments

Comments
 (0)