diff --git a/.travis.yml b/.travis.yml index 7e2e6f5c..7acbb6a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,10 @@ after_success: # Generate docs npm run gendocs + # Set up git env + git config --global user.email "$GH_USER_EMAIL" + git config --global user.name "$GH_USER_NAME" + # Commit docs to gh-pages branch # Using --add to ensure that archived versions aren't lost # Using --repo to force it to go over SSH so the saved keys are used (tschaub/gh-pages#160)