Skip to content

Commit 66021cf

Browse files
committed
travis: Install bsdmainutils to provide column(1).
See the last commit, bdb4e8b test harness: When the cardinality check fails, pretty-print \$expected_region_highlight and \$region_highlight.
1 parent 0f627fd commit 66021cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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 && make test'
38+
script: docker run -v $PWD:/work -w /work zshusers/zsh:${ZSH} /bin/sh -c 'install_packages make procps bsdmainutils && make test'
3939

4040
notifications:
4141
webhooks:

0 commit comments

Comments
 (0)