1
0
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:
Daniel Hahler 2017-12-14 01:19:50 +01:00 committed by GitHub
parent bba8f04258
commit f542734c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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