Skip to content

Commit

Permalink
ci: Ensure git email matching GitHub account
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 9, 2019
1 parent de1d0dd commit 7a2fc79
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 @@ -44,6 +44,8 @@ before_script:
# Fail build right after first script fails. Travis doesn't ensure that: https://github.com/travis-ci/travis-ci/issues/1066
# More info on below line: https://www.davidpashley.com/articles/writing-robust-shell-scripts/#idm5413512
- set -e
- git config --global user.email "platform@serverless.com"
- git config --global user.name "Serverless CI"

script:
- npm test -- -b # Bail after first fail
Expand Down

0 comments on commit 7a2fc79

Please sign in to comment.