summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-01-23 07:58:21 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2018-01-23 07:58:21 -0800
commit195494186e18b6c9bb257fb44ce27019c398758d (patch)
tree08cf9da6bd9eba7bd2035cefd6971e26fdcc1b4e
parent3f28a5d97af9265f3989587aa873a40a6ae1ca94 (diff)
build: Add clang/Linux builds to Travis
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e0df2fa..34df9e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,15 @@ language: cpp
os:
- linux
- osx
+compiler:
+ - clang
+ - gcc
+
+matrix:
+ exclude:
+ - os: osx
+ compiler: gcc
+
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE