diff options
author | Jack Lloyd <[email protected]> | 2017-09-29 17:20:39 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-29 17:20:39 -0400 |
commit | dc3dfe927376207476e730b8b1cc69fc44c7c332 (patch) | |
tree | c16e1e5d4110bbf55abb26100fc6c478dca99c8a /src/scripts/ci | |
parent | d088704946ca6deedbb2a13f9ae517d02cb96f78 (diff) |
Fiddle with Travis test ordering a bit
Having several long tests at the end means we end up not being able
to make good use of Travis running 5 builds for us in parallel.
Diffstat (limited to 'src/scripts/ci')
-rw-r--r-- | src/scripts/ci/travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 3d2ec2499..3be0191c4 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -21,22 +21,22 @@ env: - secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ=" matrix: - - BUILD_MODE="docs" - - BUILD_MODE="lint" - BUILD_MODE="mini-shared" - BUILD_MODE="shared" - BUILD_MODE="static" - - BUILD_MODE="bsi" - - BUILD_MODE="nist" + - BUILD_MODE="fuzzers" - BUILD_MODE="cross-ppc32" - BUILD_MODE="cross-ppc64" - BUILD_MODE="cross-arm32" - BUILD_MODE="cross-arm64" - BUILD_MODE="cross-win32" - BUILD_MODE="valgrind" - - BUILD_MODE="sonar" - BUILD_MODE="coverage" - - BUILD_MODE="fuzzers" + - BUILD_MODE="sonar" + - BUILD_MODE="bsi" + - BUILD_MODE="nist" + - BUILD_MODE="docs" + - BUILD_MODE="lint" matrix: exclude: |