diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-09-20 12:01:10 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-09-20 12:01:10 -0700 |
commit | b0b84277fadc234fa994a41fa2e9c042581b3eba (patch) | |
tree | a6967e043b46ccce4c11e06eaab6a78c63291d66 | |
parent | 1b2c1914b23a2338870a8097efe92652759be721 (diff) | |
parent | d2252c563427b3287ec34b9fa27961dc3c8987ed (diff) |
Merge pull request #56 from zeux/travis-osx
Add OSX to Travis CI config
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 549a150..6634e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ sudo: false language: cpp -compiler: - - clang - - gcc +os: + - linux + - osx env: - DEFINES=standard - DEFINES=PUGIXML_WCHAR_MODE |