summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Pion <pion@afnic.fr>2022-01-24 09:38:10 +0100
committerAlexandre Pion <pion@afnic.fr>2022-01-24 09:38:10 +0100
commita1244604741333142e8a3ba7b85e72ecad705748 (patch)
treeb3727cf2f75843541a03d2fe42e845c6fa50eae3
parent4191786fac0d910a022061b730b2fd4cd9aade7b (diff)
parent29acd0c8273c50127695cb0e6e8ae6ec3aa3fabc (diff)
Merge pull request #132 from pnax/travis-quote-expansion
Fix travis-perl (LDNS)
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cf8c922..0d77bb1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,9 @@ perl:
- "5.16"
before_install:
- - eval $(curl https://travis-perl.github.io/init)
+ # 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
- cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil