Skip to content

Commit 9c16280

Browse files
committed
Fix doc build on Travis (again)
1 parent 7ce488e commit 9c16280

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/travis-build-docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" \
2424
fi
2525

2626

27+
git config --global user.email "infra@magic.io"
28+
git config --global user.name "Travis CI"
29+
2730
REPO=$(git config remote.origin.url)
2831
SSH_REPO=${REPO/https:\/\/github.com\//git@github.com:}
2932
COMMITISH=$(git rev-parse --verify HEAD)

0 commit comments

Comments
 (0)