Skip to content

Commit

Permalink
Rebalance some more
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Aug 6, 2019
1 parent 1d9322a commit 9d1f1a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d1f1a1

Please sign in to comment.