Skip to content

Commit

Permalink
update Travis e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
marfox committed Aug 2, 2021
1 parent 49ac13e commit 8e0bf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
- |
if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
git config --global user.name "travis"
git config --global user.email "travis@soweego.eqiad.wmflabs"
git config --global user.email "travis@soweego"
git config --global push.default simple
git checkout -B $TRAVIS_PULL_REQUEST_BRANCH
git commit -am "format code & organize imports"
Expand Down

0 comments on commit 8e0bf0c

Please sign in to comment.