We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5f63d commit 3d81c83Copy full SHA for 3d81c83
.travis.yml
@@ -35,7 +35,7 @@ env:
35
- ZSH=4.3.12
36
- ZSH=4.3.11
37
38
-script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps bsdmainutils && make test'
+script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps && make test'
39
40
notifications:
41
webhooks:
0 commit comments