Skip to content

Commit

Permalink
travis: Install bsdmainutils to provide column(1).
Browse files Browse the repository at this point in the history
See the last commit,
bdb4e8b test harness: When the cardinality check fails, pretty-print \$expected_region_highlight and \$region_highlight.
  • Loading branch information
danielshahaf committed Mar 17, 2020
1 parent 0f627fd commit 66021cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 bsdmainutils && make test'

notifications:
webhooks:
Expand Down

0 comments on commit 66021cf

Please sign in to comment.