diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-06 16:37:32 +0100 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-06 16:37:32 +0100 |
commit | 98713bcba94b33b1b45a8891ac2e9e11305c7553 (patch) | |
tree | 41f3877ff40badb9463c4f59d7703cbdd4bc5d3b /.travis.yml | |
parent | e3c215b542793ea74e6b2a5ffee2a96695ea9d8c (diff) |
Change Travis config to build on Linux/OSX
Hopefully OSX defaults to clang so we get as much coverage as before...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
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 |