1
0
Fork 0

Make sure git is setup to allow commits on travis

pull/1567/head
Nils Adermann 2013-03-28 12:48:19 +01:00
parent 22044121ce
commit 6f61d95829
1 changed files with 2 additions and 0 deletions

View File

@ -9,5 +9,7 @@ php:
before_script:
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --dev --prefer-source
- git config --global user.name travis-ci
- git config --global user.email travis@example.com
script: ./vendor/bin/phpunit -c tests/complete.phpunit.xml