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

fixup! Travis: also build 4.3.17 from source

This commit is contained in:
Daniel Hahler 2017-04-23 23:26:15 +02:00
parent 03f5569576
commit 61faa9431a

View File

@ -18,7 +18,7 @@ install:
fi
else
if [ "$TEST_ZSH" = 4.3.17 ]; then
curl -SL https://sourceforge.net/projects/zsh/files/zsh-dev/4.3.17/zsh-4.3.17.tar.bz2 | tar --bzip2 -xf -
curl -SL https://sourceforge.net/projects/zsh/files/zsh-dev/$TEST_ZSH/zsh-$TEST_ZSH.tar.bz2 | tar --bzip2 -xf -
elif [ "$TEST_ZSH" = 5.0.8 ]; then
curl -SL https://downloads.sourceforge.net/project/zsh/zsh/$TEST_ZSH/zsh-$TEST_ZSH.tar.bz2 | tar --bzip2 -xf -
else