mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-14 13:00:58 +02:00
Travis: sudo=false, language=generic (#74)
This commit is contained in:
parent
bba8f04258
commit
f542734c08
@ -1,6 +1,5 @@
|
|||||||
language: python
|
language: generic
|
||||||
python:
|
sudo: false
|
||||||
- 3.4
|
|
||||||
env:
|
env:
|
||||||
- ZSH=4 ZDOTDIR=tests/ZDOTDIR
|
- ZSH=4 ZDOTDIR=tests/ZDOTDIR
|
||||||
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
|
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
|
||||||
@ -15,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; 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 --user cram
|
||||||
- export SHELL=zsh
|
- export SHELL=zsh
|
||||||
script:
|
script:
|
||||||
- zsh --version
|
- zsh --version
|
||||||
|
Loading…
Reference in New Issue
Block a user