summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 16:40:35 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 16:40:35 +0100
commitdb78f34054275890000e0f114100730022e5ad16 (patch)
tree017052e0d12dff1336ade4fc660d4b1dc626dc33
parent98713bcba94b33b1b45a8891ac2e9e11305c7553 (diff)
Revert "Change Travis config to build on Linux/OSX"
This reverts commit 98713bcba94b33b1b45a8891ac2e9e11305c7553. Travis multi-OS feature is invite-only for now...
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c55c16..e52453e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: cpp
-os:
- - linux
- - osx
+compiler:
+ - clang
+ - gcc
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE