From 01cd9fc80cb35b168de9403122327b011be8627b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Ckpepper=E2=80=9D?= <kp11@sanger.ac.uk>
Date: Wed, 3 Oct 2018 16:43:53 +0100
Subject: [PATCH] try to force travis to install the local jars

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 36db0b1f8..0cf7cfb96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ jdk:
 sudo: false
 env:
   global:
-    - BUILD_CMD='mvn -Dskip.tests=true clean install'
+    - BUILD_CMD='mvn -Dskip.tests=true initialize clean install'
     - RUN_TESTS=false
 matrix:
   include:
@@ -20,7 +20,6 @@ before_install:
   - "sh -e /etc/init.d/xvfb start"
   - "source install_dependencies.sh"
 install:
-  - "echo About to run $BUILD_CMD" 
   - "$BUILD_CMD"
 script:
   - if [ "$RUN_TESTS" == "true" ]; then
-- 
GitLab