#440: Test on Zsh master and intermediate releases since 4.3.11
This commit is contained in:
parent
d025148858
commit
bbaae63f2e
17
.travis.yml
17
.travis.yml
|
@ -3,14 +3,29 @@ sudo: required
|
|||
|
||||
env:
|
||||
- ZSH=4.3.11
|
||||
- ZSH=4.3.12
|
||||
- ZSH=4.3.13
|
||||
- ZSH=4.3.14
|
||||
- ZSH=4.3.15
|
||||
- ZSH=4.3.16
|
||||
- ZSH=4.3.17
|
||||
- ZSH=5.0.0
|
||||
- ZSH=5.0.1
|
||||
- ZSH=5.0.2
|
||||
- ZSH=5.0.3
|
||||
- ZSH=5.0.4
|
||||
- ZSH=5.0.5
|
||||
- ZSH=5.0.6
|
||||
- ZSH=5.0.7
|
||||
- ZSH=5.0.8
|
||||
- ZSH=5.1
|
||||
- ZSH=5.1.1
|
||||
- ZSH=5.2
|
||||
- ZSH=5.3
|
||||
- ZSH=5.3.1
|
||||
- ZSH=master
|
||||
|
||||
script: docker run -v $PWD:/work -w /work desyncr/zsh-docker-zsh-${ZSH} /bin/sh -c 'make test'
|
||||
script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'make test'
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
|
Loading…
Reference in New Issue