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:
parent
5df54aca65
commit
5275eb398d
17
.travis.yml
17
.travis.yml
@ -2,12 +2,19 @@ language: python
|
||||
python:
|
||||
- 3.4
|
||||
env:
|
||||
- ZDOTDIR=tests/ZDOTDIR
|
||||
- ZDOTDIR=tests/ZDOTDIR.clobber
|
||||
- ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
||||
- ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
||||
- ZSH=4 ZDOTDIR=tests/ZDOTDIR
|
||||
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
|
||||
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
||||
- 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:
|
||||
- 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
|
||||
script:
|
||||
- zsh --version
|
||||
|
Loading…
Reference in New Issue
Block a user