Commit 56de699f21a0b6f9c00f9706b5a82d28b6e4f43a

Authored by Shrikant Sharat
1 parent a872e1aa3d

Add a directive to find git version on travis.

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

1 1 language: python
2 2 python:
3 3 - "2.7"
4   -before_script:
  4 +before_script:
  5 + - "git --version"
5 6 - "sudo apt-get install zsh"
6 7 - "git config --global user.name test"
7 8 - "git config --global user.email test@test.test"