aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-09-29 17:56:47 -0400
committerJack Lloyd <[email protected]>2017-09-29 17:56:47 -0400
commit49f788d06a84cf2da15ba9d89ee49efb2ff688b7 (patch)
treec2903b1630d7f4420c6aae4363e119bedbcc5655
parentdc3dfe927376207476e730b8b1cc69fc44c7c332 (diff)
Further Travis matrix fiddling
The fuzzer build is still in the critical path, everything else still finished before it.
-rw-r--r--src/scripts/ci/travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml
index 3be0191c4..c5d08c1f4 100644
--- a/src/scripts/ci/travis.yml
+++ b/src/scripts/ci/travis.yml
@@ -21,18 +21,18 @@ env:
- secure: "VezRbHFg6kllV5WG06M3tG3aHJaC3xrMylJ6RCVbL+uz2JeralVCqV7eIk4fVb9cu83Li+weEa0AJj0wkxpIUJ+vUh5F65L6gSWSbgHP7muOSVsmnEc6KvX4n3av/ZGe4geSmsxqh2pd/2xI1h7KioGRhKeqaZIdjVgWgGJW2iQ="
matrix:
- - BUILD_MODE="mini-shared"
- BUILD_MODE="shared"
- - BUILD_MODE="static"
- BUILD_MODE="fuzzers"
+ - BUILD_MODE="coverage"
- 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="coverage"
- BUILD_MODE="sonar"
+ - BUILD_MODE="static"
+ - BUILD_MODE="mini-shared"
- BUILD_MODE="bsi"
- BUILD_MODE="nist"
- BUILD_MODE="docs"