diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 20:32:18 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 20:32:18 +0100 |
commit | f468fdf3432e198a4a93965e7002a3d7f976b467 (patch) | |
tree | 5e6554279ab362eb8fa80f0394cc0b4dcba97fcc | |
parent | fc197b12cff286f0eb29ad4b1070728f47c62392 (diff) | |
download | json-rpc-shell-f468fdf3432e198a4a93965e7002a3d7f976b467.tar.gz json-rpc-shell-f468fdf3432e198a4a93965e7002a3d7f976b467.tar.xz json-rpc-shell-f468fdf3432e198a4a93965e7002a3d7f976b467.zip |
Travis CI: Add help2mancoverity_scan
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e60d0b2..f054667 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: - sudo add-apt-repository ppa:ukplc-team/ppa -y - sudo apt-get update -qq install: - - sudo apt-get install -y libcurl4-openssl-dev libjansson-dev libev-dev libreadline-dev libncursesw5-dev + - sudo apt-get install -y help2man libcurl4-openssl-dev libjansson-dev libev-dev libreadline-dev libncursesw5-dev before_script: - mkdir build - cd build |