Skip to content

Commit

Permalink
Changed the post build email to valid github email to fix pushes to g…
Browse files Browse the repository at this point in the history
…h-pages
  • Loading branch information
LaurentGoderre committed Feb 4, 2013
1 parent ea2ec03 commit b1c806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/post_build.sh
Expand Up @@ -4,7 +4,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "wet-boew/
declare -a supported_branches=('master' 'v3.0') # List of branches to store build output for declare -a supported_branches=('master' 'v3.0') # List of branches to store build output for


#Set git user #Set git user
git config --global user.email "travis@travis-ci.org" git config --global user.email "laurent.goderre@gmail.com"
git config --global user.name "Travis" git config --global user.name "Travis"


#Set upstream remote #Set upstream remote
Expand Down

0 comments on commit b1c806f

Please sign in to comment.