Tests: add zsh 5.4 and 5.4.1

This commit is contained in:
Julien Nicoulaud 2017-08-10 20:25:53 +02:00
parent e58800158a
commit 6f149dfc5e
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D

View File

@ -23,6 +23,8 @@ env:
- ZSH=5.2 - ZSH=5.2
- ZSH=5.3 - ZSH=5.3
- ZSH=5.3.1 - ZSH=5.3.1
- ZSH=5.4
- ZSH=5.4.1
- ZSH=master - ZSH=master
script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'make test' script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'make test'