Travis: only run two jobs, using test_full

This commit is contained in:
Daniel Hahler 2017-12-15 23:33:11 +01:00 committed by Daniel Hahler
parent 8d2c53e856
commit 06e1f59d36
1 changed files with 1 additions and 9 deletions

View File

@ -2,20 +2,12 @@ language: generic
sudo: false
env:
- ZSH=4
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.options
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZSH=4 ZDOTDIR=tests/ZDOTDIR.loadviafunction
- ZSH=5
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.options
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.loadviafunction
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 --user cram
- export SHELL=zsh
script:
- zsh --version
- make test ZDOTDIR=$ZDOTDIR
- make test_full