summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9892ade..31196e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,6 @@
language: c
-# 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:
- linux
- osx
@@ -18,15 +16,23 @@ env:
matrix:
include:
- compiler: gcc
+ os: linux
env: CONFIG=autotools
- compiler: gcc
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=cmake
- compiler: clang
+ os: linux
env: CONFIG=asan
- compiler: clang
+ os: linux
env: CONFIG=tsan
+ - compiler: clang
+ os: osx
+ env: CONFIG=cmake
# Run the Build script
script: