From e3d34e04567c1e346c67455b375e4e46f606a149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckpepper=E2=80=9D?= <kp11@sanger.ac.uk> Date: Tue, 16 Oct 2018 17:05:00 +0100 Subject: [PATCH] Removed additional tests for the moment as they won't fit inside the Travis 50 min build window --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce4e08f35..a79f5d70e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ matrix: include: - jdk: oraclejdk8 env: - - TEST_EXCLUDES="**/artemis/*ESTest*,**/artemis/chado/*ESTest*,**/artemis/io/*ESTest*,**/artemis/plot/*ESTest*,**/artemis/sequence/*ESTest*,**/artemis/util/*ESTest*" + - TEST_EXCLUDES="**/*_ESTest*" - jdk: openjdk8 env: - - TEST_EXCLUDES="**/artemis/components/**/*ESTest*" + - TEST_EXCLUDES="**/*_ESTest*" cache: directories: - "${HOME}/dependencies" -- GitLab