summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 16:37:32 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 16:37:32 +0100
commit98713bcba94b33b1b45a8891ac2e9e11305c7553 (patch)
tree41f3877ff40badb9463c4f59d7703cbdd4bc5d3b
parente3c215b542793ea74e6b2a5ffee2a96695ea9d8c (diff)
Change Travis config to build on Linux/OSX
Hopefully OSX defaults to clang so we get as much coverage as before...
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index e52453e..8c55c16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: cpp
-compiler:
- - clang
- - gcc
+os:
+ - linux
+ - osx
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE