tests: add zsh 5.4.2

This commit is contained in:
Julien Nicoulaud 2017-09-11 19:27:52 +02:00
parent 4cde79ef00
commit 873b9955c7
No known key found for this signature in database
GPG key ID: D713C40AA20BF77D

View file

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