From 86ddac48331f0ec73a16cefdadf68e122b2632c6 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sat, 3 Mar 2012 23:27:21 -0800 Subject: [PATCH] [ci] Specify a dummy install command so cpanminus is not invoked, since it doesn't know what to do with Parrot --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6404d710b8..c09e34ff55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: "perl" perl: - "5.10" - "5.14" +install: "echo" before_script: # This stuff used to be required, but was rolled into the Travis CI perl support. # - sudo apt-get install libffi-dev libicu-dev libgmp3-dev clang llvm-dev liblocal-lib-perl zlib1g-dev gcc-multilib