diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 20:27:31 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-22 20:27:31 +0100 |
commit | fc197b12cff286f0eb29ad4b1070728f47c62392 (patch) | |
tree | 86f32ecb949ecc488cce6debe35e9619cd41c68a /.travis.yml | |
parent | 855d02acab5a2f679a736fcaa0b88de068b0922b (diff) | |
download | json-rpc-shell-fc197b12cff286f0eb29ad4b1070728f47c62392.tar.gz json-rpc-shell-fc197b12cff286f0eb29ad4b1070728f47c62392.tar.xz json-rpc-shell-fc197b12cff286f0eb29ad4b1070728f47c62392.zip |
Also build with ncursesw only
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 620992f..e60d0b2 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 + - sudo apt-get install -y libcurl4-openssl-dev libjansson-dev libev-dev libreadline-dev libncursesw5-dev before_script: - mkdir build - cd build |