Skip to content

Commit

Permalink
travis: add dummy git user and mail
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Kuprieiev <[email protected]>
  • Loading branch information
efiop committed Jun 11, 2017
1 parent 56b07a4 commit 016229d
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 @@ -8,6 +8,8 @@ install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- git config --global user.email "[email protected]"
- git config --global user.name "DVC Tester"
script:
- ./unittests.sh
after_sucess:
Expand Down

0 comments on commit 016229d

Please sign in to comment.