Skip to content

Commit

Permalink
Change git config to --local
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Mar 11, 2018
1 parent fddc79a commit 01ea9cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ install:

# generate some reflog for tests
- ./init-tests-after-clone.sh

# as commits are performed with the default user, it needs to be set for travis too
- git config --global user.email "travis@ci.com"
- git config --global user.name "Travis Runner"
- git config --local user.email "travis@ci.com"
- git config --local user.name "Travis Runner"

script:
- tox
Expand Down

0 comments on commit 01ea9cb

Please sign in to comment.