diff options
author | Max Dymond <max.dymond@metaswitch.com> | 2017-07-10 17:56:36 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-07-12 22:34:33 -0400 |
commit | ffd3162c60bf6552552d064a20df454d51290643 (patch) | |
tree | 53df881c3e1e9aa1ff75af07c741ef1d59e16a20 | |
parent | 7333b497a0c031e57e3c5527f26102ca239409d7 (diff) |
travis: install libidn2
Install libidn2 to increase test coverage (IDN tests)
Closes https://github.com/curl/curl/pull/1673
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 04e4729e1..b08cf1710 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ addons: - g++-4.8 - libstdc++-4.8-dev - stunnel4 + - libidn2-0-dev - libssh2-1-dev matrix: |