summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2b0802ee..f4e74bad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@
language: cpp
os:
- linux
- - osx
dist: trusty
git:
@@ -14,14 +13,15 @@ env:
global:
- CFLAGS='-g3 -pipe'
matrix:
+ # NOTE: There is a copy of this matrix at .github/workflows/macos.yml
+ # for GitHub Actions. While we have the matrix in two places,
+ # please keep the two files in sync. Thank you!
- MODE=cmake-oos
- MODE=distcheck
- MODE=qa-sh CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
matrix:
include:
- - os: osx
- env: MODE=cppcheck
- os: linux
env: MODE=clang-format
- os: linux