CI: install packages required by test suite

This commit is contained in:
Julien Nicoulaud 2018-04-11 22:19:49 +02:00
parent 02b839550f
commit 02a37dd919
No known key found for this signature in database
GPG Key ID: D713C40AA20BF77D

View File

@ -29,7 +29,7 @@ env:
- ZSH=4.3.12 - ZSH=4.3.12
- ZSH=4.3.11 - ZSH=4.3.11
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 'install_packages make procps && make test'
notifications: notifications:
webhooks: webhooks: