From e8e52fb62ca60cf537255ff579e83c1a93abcd20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Ckpepper=E2=80=9D?= <kp11@sanger.ac.uk>
Date: Thu, 4 Oct 2018 10:32:51 +0100
Subject: [PATCH] Added a mvn initialize call to before install section

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

diff --git a/.travis.yml b/.travis.yml
index 0cf7cfb96..bdf9af3f3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ jdk:
 sudo: false
 env:
   global:
-    - BUILD_CMD='mvn -Dskip.tests=true initialize clean install'
+    - BUILD_CMD='mvn -Dskip.tests=true clean install'
     - RUN_TESTS=false
 matrix:
   include:
@@ -19,6 +19,7 @@ before_install:
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
   - "source install_dependencies.sh"
+  - "mvn -Dskip.tests=true initialize"
 install:
   - "$BUILD_CMD"
 script:
-- 
GitLab