From 01830d65f63ef12e17ead75be682ee7ccb3b0430 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Sun, 18 Dec 2016 22:50:26 -0600 Subject: [PATCH] initial test install --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 26e0763..726fbf8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,9 @@ install: - "cpanm Config::Any 2>&1 | tail -n 1" #- "SAMTOOLS=( dirname `which samtools` ) cpanm Bio::DB::Sam 2>&1 | tail -n 1" +before_script: + - ./install/install-samtools.sh + script: - "perl ./Build.PL --accept" - "./Build test" -- 2.11.4.GIT