summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Dymond <max.dymond@metaswitch.com>2017-07-10 17:56:36 +0100
committerJay Satiro <raysatiro@yahoo.com>2017-07-12 22:34:33 -0400
commitffd3162c60bf6552552d064a20df454d51290643 (patch)
tree53df881c3e1e9aa1ff75af07c741ef1d59e16a20
parent7333b497a0c031e57e3c5527f26102ca239409d7 (diff)
downloadcurl-ffd3162c60bf6552552d064a20df454d51290643.tar.gz
travis: install libidn2
Install libidn2 to increase test coverage (IDN tests) Closes https://github.com/curl/curl/pull/1673
-rw-r--r--.travis.yml1
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: