From e48a65c630c56b4c045f48c8ca9192982331ee1f Mon Sep 17 00:00:00 2001 From: Adam Gleave Date: Tue, 6 Aug 2019 17:26:23 +0100 Subject: [PATCH] Rebalance, hopefully for the last time --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32ea953dea..2e29a827e5 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-g" - env: TEST_GLOB="[a-g]*" + - name: "Unit Tests a-h" + env: TEST_GLOB="[a-h]*" - - name: "Unit Tests h-m" - env: TEST_GLOB="[h-m]*" + - name: "Unit Tests i-l" + env: TEST_GLOB="[i-l]*" - - name: "Unit Tests m-t" - env: TEST_GLOB="[m-t]*" + - name: "Unit Tests m-sa" + env: TEST_GLOB="[n-sa]*" - - name: "Unit Tests t-z" - env: TEST_GLOB="[t-z]*" + - name: "Unit Tests sb-z" + env: TEST_GLOB="[sb-z]*" - name: "Sphinx Documentation" script: