summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Pion <pion@afnic.fr>2022-02-15 17:49:11 +0100
committerAlexandre Pion <pion@afnic.fr>2022-02-15 17:49:11 +0100
commit18a9b6c9ce3efdb3a4dee6a7a02297d5ddbbac0a (patch)
treebe7a6d1af2280546a5753fee4804f9fbcd34007f
parent2dfb8e3e00fdb5666425ac1424e6ef2a9ea4f3c7 (diff)
Update Travis config to download libidn2-dev
And not libidn11-dev anymore
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0d77bb1..acf1408 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ before_install:
# quoting preserves newlines in the script and then avoid error if the
# script contains comments
- eval "$(curl https://travis-perl.github.io/init)"
- - sudo apt-get install -y libidn11-dev
+ - sudo apt-get install -y libidn2-dev
- cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil
install: