Commit a872e1aa3d47e42db00444f37e147a7daae37fbb
Merge branch 'master' of github.com:zsh-users/antigen
Conflicts: .travis.yml
Showing 1 changed file Inline Diff
.travis.yml
1 | language: python | 1 | language: python |
2 | python: | 2 | python: |
3 | - "2.7" | 3 | - "2.7" |
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" | ||
4 | install: "pip install -r requirements.txt --use-mirrors" | 8 | install: "pip install -r requirements.txt --use-mirrors" |
5 | script: make tests | 9 | script: "make tests" |
6 | 10 |