From 2060b622acaa6f140090766c44a52b67ca07051f Mon Sep 17 00:00:00 2001
From: Magali Ruffier <mr6@ebi.ac.uk>
Date: Mon, 11 Apr 2016 09:50:55 +0100
Subject: [PATCH] use bioperl from github

---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0a6917f2db..6ae493c240 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,10 @@ addons:
 before_install:
     - git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-test.git
     - git clone --branch master --depth 1 https://github.com/Ensembl/ensembl-variation.git
-    - wget http://bioperl.org/DIST/BioPerl-1.6.1.tar.gz
-    - mkdir bioperl-live && tar zxvf BioPerl-1.6.1.tar.gz -C bioperl-live --strip-components 1
+    - git clone https://github.com/bioperl/bioperl-live.git
+    - cd bioperl-live
+    - git checkout bioperl-release-1-6-1
+    - cd ../
 
 
 install:
-- 
GitLab