Skip to content

Commit 3d81c83

Browse files
committed
travis: Remove bsdmainutils since column(1) has been removed, three commits ago.
1 parent 3c5f63d commit 3d81c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
- ZSH=4.3.12
3636
- ZSH=4.3.11
3737

38-
script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps bsdmainutils && make test'
38+
script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps && make test'
3939

4040
notifications:
4141
webhooks:

0 commit comments

Comments
 (0)