#440: Test on Zsh master and intermediate releases since 4.3.11

This commit is contained in:
Julien Nicoulaud 2017-08-01 17:53:42 +02:00
parent d025148858
commit bbaae63f2e
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D
1 changed files with 16 additions and 1 deletions

View File

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