Set git name and email for Travis

(cherry picked from commit be566e0aa6)
This commit is contained in:
Ben Alpert
2015-03-30 11:17:49 -07:00
parent 6d577d83b8
commit d30547792c
+2
View File
@@ -23,6 +23,8 @@ script:
GH_PAGES_DIR="$TRAVIS_BUILD_DIR"/../react-gh-pages
echo "machine github.com login reactjs-bot password $GITHUB_TOKEN" >~/.netrc
export GIT_COMMITTER_NAME="Travis CI"
export GIT_COMMITTER_EMAIL="travis@reactjs.org"
git clone --branch gh-pages --depth=50 \
https://reactjs-bot@github.com/facebook/react.git \