1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-28 19:00:10 +03:00

travis: cleanup, output zsh version

This commit is contained in:
Daniel Hahler 2015-04-23 17:34:59 +02:00
parent 7699fe6aba
commit 1797c25473

View File

@ -1,7 +1,10 @@
language: python
python:
- "3.3"
- 3.4
before_script:
- "sudo apt-get install zsh"
install: "sudo pip install cram"
script: "make test_full"
- sudo apt-get install zsh
install:
- sudo pip install cram
script:
- zsh --version
- make test_full