aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-10-18 20:38:21 -0400
committerJack Lloyd <[email protected]>2016-10-18 20:38:21 -0400
commitff3d2def09eecff9a2431356811e7d9f5f6140c6 (patch)
tree882f81f1af172ee6c7594fc6fe0959383353ccf1
parent4888ad7940d1e19ce30621fd7791df930743ef46 (diff)
Just one BSI build is probably ok
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 145a98c9e..98c5f7c2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,9 +51,12 @@ matrix:
- os: osx
compiler: gcc
- # Run coverage, valgrind, sonarqube, sanitizer, minimized and
+ # Run bsi, coverage, valgrind, sonarqube, sanitizer, minimized and
# non-ARM cross builds on Linux/gcc only. The sanitizer builds
# under Clang run the tests very slowly and cause CI timeouts.
+
+ - compiler: clang
+ env: BUILD_MODE="bsi"
- compiler: clang
env: BUILD_MODE="coverage"
- compiler: clang