Skip to content

Commit

Permalink
Set git name and email for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits committed Mar 30, 2015
1 parent b7c4da5 commit be566e0
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 @@ -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 \
Expand Down

0 comments on commit be566e0

Please sign in to comment.