aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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