From bd6188d67d2009cf559bb79050c7acca5b73704f Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Tue, 13 Aug 2013 14:13:04 -0500 Subject: [PATCH] samtools must be ready prior to install section --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 155c8104d..46a465b2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ perl: env: PERL_CPANM_OPT="--notest --force --skip-satisfied" -before_script: +before_install: - "bash ./travis_scripts/samtools_install" install: -- 2.11.4.GIT