Skip to content

Commit

Permalink
Ensure that help2man is installed on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 13, 2016
1 parent c077698 commit e4abcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Before building, make sure that your system has some basic packages installed.
At least the following are required for building and running the regression
tests:

sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip
sudo apt-get install build-essential autoconf pkg-config libtool mtools unzip zip help2man

## Static build

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci_install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_sodium() {

if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
sudo apt-get update -qq
sudo apt-get install -qq autopoint mtools unzip
sudo apt-get install -qq autopoint mtools unzip zip help2man
case $MODE in
windows)
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit e4abcc2

Please sign in to comment.