Skip to content

Commit 9539205

Browse files
committed
Dubious git settings to appease Travis error
1 parent ddca6f9 commit 9539205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ before_install:
1111
- mkdir -p $HOME/.local/bin
1212
- mkdir -p $HOME/.config/haskell-vim-now
1313
- export PATH=$HOME/.local/bin:$PATH
14+
- git config --global user.email "me@test.com"
15+
- git config --global user.name "Testy McTesterton"
1416
- |
1517
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
1618
brew update

0 commit comments

Comments
 (0)