From 9e05c11d9c495e250ea6c954291efdeecff7dab1 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 3 Sep 2016 06:01:59 -0700 Subject: [PATCH] system is in quotes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1c4ccd..7d8abad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: liblist-moreutils-perl libtext-template-perl graphviz language: perl perl: - - system # we need to use the system perl modules + - "system" # we need to use the system perl modules script: - make - make test -- 2.39.2