From b8adc12f62984807cf0a70213ea28001507296e5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 3 Sep 2016 05:55:08 -0700 Subject: [PATCH] only use the system perl install --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9bd77e6..c1c4ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ before_install: libconfig-simple-perl libtest-pod-perl liblist-moreutils-perl libtext-template-perl graphviz language: perl +perl: + - system # we need to use the system perl modules script: - make - make test -- 2.39.2