Browse Source

Make sure git is setup to allow commits on travis

Nils Adermann 12 years ago
parent
commit
6f61d95829
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -9,5 +9,7 @@ php:
 before_script: 
 before_script: 
     - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
     - echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
     - composer install --dev --prefer-source
     - 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
 script: ./vendor/bin/phpunit -c tests/complete.phpunit.xml