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

View File

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