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
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- 3.4
language: generic
sudo: false
env:
- ZSH=4 ZDOTDIR=tests/ZDOTDIR
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.clobber
@ -15,7 +14,7 @@ env:
install:
- 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
- pip install cram
- pip install --user cram
- export SHELL=zsh
script:
- zsh --version