mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-23 07:40:58 +02:00
fixup! fixup! fixup! Travis: test more Zsh versions
This commit is contained in:
parent
717f854090
commit
c997447123
@ -16,8 +16,7 @@ install:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
(wget http://downloads.sourceforge.net/project/zsh/zsh/$TEST_ZSH/zsh-$TEST_ZSH.tar.xz
|
(curl -SL https://downloads.sourceforge.net/project/zsh/zsh/$TEST_ZSH/zsh-$TEST_ZSH.tar.xz | tar -xf -
|
||||||
tar xf zsh-$TEST_ZSH.tar.bz2
|
|
||||||
cd zsh-$TEST_ZSH
|
cd zsh-$TEST_ZSH
|
||||||
./configure && sudo make && sudo make install)
|
./configure && sudo make && sudo make install)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user