1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-22 15:30:59 +02:00

travis: add zsh 4/5 to matrix

This commit is contained in:
Daniel Hahler 2015-04-23 19:24:21 +02:00
parent 5df54aca65
commit 5275eb398d

View File

@ -2,12 +2,19 @@ language: python
python: python:
- 3.4 - 3.4
env: env:
- ZDOTDIR=tests/ZDOTDIR - ZSH=4 ZDOTDIR=tests/ZDOTDIR
- ZDOTDIR=tests/ZDOTDIR.clobber - ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
- ZDOTDIR=tests/ZDOTDIR.invalid-module_path - ZSH=4 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZDOTDIR=tests/ZDOTDIR.loadviafunction - ZSH=4 ZDOTDIR=tests/ZDOTDIR.loadviafunction
- ZSH=5 ZDOTDIR=tests/ZDOTDIR
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.clobber
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.loadviafunction
install: install:
- sudo apt-get install zsh - if [ "$ZSH" = 4 ]; then sudo apt-get install zsh; fi
- if [ "$ZSH" = 5 ]; then wget http://downloads.sourceforge.net/project/zsh/zsh/5.0.7/zsh-5.0.7.tar.bz2; tar xf zsh-5.0.7.tar.bz2; cd zsh-5.0.7; ./configure && make && sudo make install; fi
- pip install cram - pip install cram
script: script:
- zsh --version - zsh --version