From 9d1f1a175acea05047368db893c72559436afc6f Mon Sep 17 00:00:00 2001 From: Adam Gleave Date: Tue, 6 Aug 2019 13:46:36 +0100 Subject: [PATCH] Rebalance some more --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a3736ec37..32ea953dea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,17 +17,17 @@ script: matrix: include: # Big test suite. Run in parallel to decrease wall-clock time, and to avoid OOM error from leaks - - name: "Unit Tests a-d" - env: TEST_GLOB="[a-d]*" + - name: "Unit Tests a-g" + env: TEST_GLOB="[a-g]*" - - name: "Unit Tests e-h" - env: TEST_GLOB="[e-h]*" + - name: "Unit Tests h-m" + env: TEST_GLOB="[h-m]*" - - name: "Unit Tests i-p" - env: TEST_GLOB="[i-p]*" + - name: "Unit Tests m-t" + env: TEST_GLOB="[m-t]*" - - name: "Unit Tests q-z" - env: TEST_GLOB="[q-z]*" + - name: "Unit Tests t-z" + env: TEST_GLOB="[t-z]*" - name: "Sphinx Documentation" script: