summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 13 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index fd74312..d5d3fa9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,10 +8,6 @@ language: c
# been resolved.
sudo: required
-compiler:
- - gcc
- - clang
-
# OSX isn't actually enabled at this point as we missed the boat. Hopefully
# they re-open sign-ups for OSS projects sometime soon.
os:
@@ -24,9 +20,19 @@ env:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "gDwqo3jHj+HHGzFKnxL/nwZhbVeh2pItw0TbeaHcLtWubUZaf85ViEQRaXPyfnbG7l0OEQq+PjyhKAfvViVq2NP0lGeeu4VM5uMZJhsCLN594BJr39Y4XzOapg0O8mEMhQ0DU2u1Zo4LMgEcRz67aosVQOj6QV30tOzp9fnxn9U="
- matrix:
- - CONFIG=cmake
- - CONFIG=autotools
+
+matrix:
+ include:
+ - compiler: gcc
+ env: CONFIG=autotools
+ - compiler: gcc
+ env: CONFIG=cmake
+ - compiler: clang
+ env: CONFIG=cmake
+ - compiler: clang
+ env: CONFIG=asan
+ - compiler: clang
+ env: CONFIG=tsan
# Make sure CMake is installed
install: