From 389d6f18b44c174469656fad4c9fe9d9db19b348 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Fri, 2 Feb 2018 15:07:39 +0100 Subject: [PATCH] travis split unit and integration tests (#9925) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2cf66a5ee7..d27fcdee9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ env: - DISABLE_REQUEST_LOGGING=true matrix: - TEST="lint" - - TEST="test:api-v3" REQUIRES_SERVER=true COVERAGE=true + - TEST="test:api-v3:unit" REQUIRES_SERVER=true COVERAGE=true + - TEST="test:api-v3:integration" REQUIRES_SERVER=true COVERAGE=true - TEST="test:sanity" - TEST="test:content" COVERAGE=true - TEST="test:common" COVERAGE=true