mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-12-22 02:40:16 +02:00
Travis: only run two jobs, using test_full
This commit is contained in:
parent
8d2c53e856
commit
06e1f59d36
10
.travis.yml
10
.travis.yml
@ -2,20 +2,12 @@ language: generic
|
|||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
- ZSH=4
|
- 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
|
||||||
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.options
|
|
||||||
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.invalid-module_path
|
|
||||||
- ZSH=5 ZDOTDIR=tests/ZDOTDIR.loadviafunction
|
|
||||||
|
|
||||||
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 --user cram
|
- pip install --user cram
|
||||||
- export SHELL=zsh
|
|
||||||
script:
|
script:
|
||||||
- zsh --version
|
- zsh --version
|
||||||
- make test ZDOTDIR=$ZDOTDIR
|
- make test_full
|
||||||
|
Loading…
Reference in New Issue
Block a user