From 1f256ac7c827f6ae7cfff40691d6331a4c484d59 Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Sat, 21 Dec 2013 16:01:13 +0100
Subject: [PATCH] this may be fixed on 2.0.4 but not 2.0.8?
 https://groups.google.com/forum/#!topic/librets/uN0UKRO7juE

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7801ab4f..a778c2ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,8 @@ matrix:
       env: BINDINGS=php CC=clang
 before_install:
   - sudo apt-get update -qq
-  - if [ "$BINDINGS" != "none" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi
+  - if [ "$BINDINGS" != "none" ]; then sudo apt-get install -qq swig; fi
+  - if [ "$BINDINGS" != "perl" ]; then sudo add-apt-repository ppa:dns/irc -y; sudo apt-get update -qq; sudo apt-get install -qq swig=2.0.8-1irc1~12.04; fi
   - if [ "$BINDINGS" == "python" ]; then sudo apt-get install -qq python-dev; fi
 
 install: true
-- 
GitLab