Explorar o código

Make sure git is setup to allow commits on travis

Nils Adermann %!s(int64=12) %!d(string=hai) anos
pai
achega
6f61d95829
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -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