mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-23 23:50:58 +02:00
travis: set SHELL=zsh
This commit is contained in:
parent
ce7e3de9c9
commit
3db0917a1d
@ -16,6 +16,7 @@ install:
|
|||||||
- if [ "$ZSH" = 4 ]; then sudo apt-get install zsh; fi
|
- 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 && sudo make && sudo make install; cd ..; 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 && sudo make && sudo make install; cd ..; fi
|
||||||
- pip install cram
|
- pip install cram
|
||||||
|
- export SHELL=zsh
|
||||||
script:
|
script:
|
||||||
- zsh --version
|
- zsh --version
|
||||||
- make test
|
- make test
|
||||||
|
Loading…
Reference in New Issue
Block a user