Skip to content

Commit

Permalink
Add git configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Mar 11, 2018
1 parent 8e88b26 commit 5515141
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +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"

script:
- tox
Expand Down

0 comments on commit 5515141

Please sign in to comment.