1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-01 09:30:12 +03:00

travis: cd back for ZSH=5

This commit is contained in:
Daniel Hahler 2015-04-23 20:59:55 +02:00
parent c9e4f32a09
commit ce7e3de9c9

View File

@ -14,7 +14,7 @@ env:
install: 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; 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
script: script:
- zsh --version - zsh --version