tests: use zshusers/zsh image with tags (see zsh-users/zsh-docker#16)

This commit is contained in:
Julien Nicoulaud 2019-05-25 13:59:59 +02:00
parent 82cf2527fc
commit 650dd79d86
No known key found for this signature in database
GPG key ID: D713C40AA20BF77D

View file

@ -35,7 +35,7 @@ env:
- ZSH=4.3.12
- ZSH=4.3.11
script: docker run -v $PWD:/work -w /work zshusers/zsh-${ZSH} /bin/sh -c 'install_packages make procps && make test'
script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps && make test'
notifications:
webhooks: