diff --git a/.travis.yml b/.travis.yml index 88ed5f26dee..5441b7ce0c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: java env: global: - - secure: "H/SC2XHgUduwUts/6C+stzw18kXO1Zctc6zAFx58Pg05yWdKx+dW+9t1x2wB1S/jHdJ1tselO3dexV25SrQPi4u7UJyqBKL4LZfZi5e5g+qaKZ17T26Be+OqVqidzxNnimEKaw9wFtEz9t6tYXJ+kqzYCetdHuALjiMZYvH656E=" + - secure: "gyVQRfoes8yaLoVsR1wIooyC99Qm0LjUHiii5ibtMJxEQC7T3kR6IJJAXhW9lbS1Lh6aBjUIXxx60Ix5tp/5AmcWq0X1PXxg+BR4Xy+6MnraFx8T+wzFd+vKdzfZbKgKWAu8lDd44Up4asnNx7LXuhZy0lFmG9BiyjfLgRJ9oCE=" - POST_BUILD=true script: diff --git a/build/post_build.sh b/build/post_build.sh index 182332358c6..c88bfa17a5d 100755 --- a/build/post_build.sh +++ b/build/post_build.sh @@ -12,8 +12,8 @@ if [ "$POST_BUILD" == "true" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$ declare -a supported_branches=('v4.0' 'master' 'v3.0') # List of branches to store build output for #Set git user - git config --global user.email "laurent.goderre@gmail.com" - git config --global user.name "Travis" + git config --global user.email "wet.boew.bot@gmail.com" + git config --global user.name "Web Experience Toolkit Bot" #Copy result of build and demo in a temporary location mkdir $HOME/temp_wet-boew