Commit d3633639266810001e963f971e48551cfc708da7
1 parent
ebc6cef868
Fix bad git state on CI
Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff
.travis.yml
1 | 1 | language: python |
2 | 2 | python: |
3 | 3 | - "2.7" |
4 | -before_script: "sudo apt-get install zsh" | |
4 | +before_script: | |
5 | + - "sudo apt-get install zsh" | |
6 | + - "git config --global user.name test" | |
7 | + - "git config --global user.email test@test.test" | |
5 | 8 | install: "pip install -r requirements.txt --use-mirrors" |
6 | 9 | script: "make tests" |