mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
travis: cleanup, output zsh version
This commit is contained in:
parent
7699fe6aba
commit
1797c25473
11
.travis.yml
11
.travis.yml
@ -1,7 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- 3.4
|
||||||
before_script:
|
before_script:
|
||||||
- "sudo apt-get install zsh"
|
- sudo apt-get install zsh
|
||||||
install: "sudo pip install cram"
|
install:
|
||||||
script: "make test_full"
|
- sudo pip install cram
|
||||||
|
script:
|
||||||
|
- zsh --version
|
||||||
|
- make test_full
|
||||||
|
Loading…
Reference in New Issue
Block a user