Skip to content

Commit

Permalink
Fixes git error: empty ident not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
kzykhys committed Jan 21, 2014
1 parent e07ccca commit 276f77d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ php:
before_script:
- composer require --no-update satooshi/php-coveralls:dev-master@dev sensiolabs/security-checker:dev-master
- composer update --dev --no-interaction
- git config --global user.name "John Doe"
- git config --global user.email "[email protected]"

script:
- mkdir -p build/logs
Expand Down

0 comments on commit 276f77d

Please sign in to comment.