fixup! fixup! fixup! Travis: test more Zsh versions

This commit is contained in:
Daniel Hahler 2017-04-23 19:59:09 +02:00
parent 717f854090
commit c997447123
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ install:
exit 1
fi
else
(wget http://downloads.sourceforge.net/project/zsh/zsh/$TEST_ZSH/zsh-$TEST_ZSH.tar.xz
tar xf zsh-$TEST_ZSH.tar.bz2
(curl -SL https://downloads.sourceforge.net/project/zsh/zsh/$TEST_ZSH/zsh-$TEST_ZSH.tar.xz | tar -xf -
cd zsh-$TEST_ZSH
./configure && sudo make && sudo make install)
fi