Change Travis config to build on Linux/OSX
Hopefully OSX defaults to clang so we get as much coverage as before...
This commit is contained in:
parent
e3c215b542
commit
98713bcba9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
env:
|
||||
- DEFINES=standard
|
||||
- DEFINES=PUGIXML_WCHAR_MODE
|
||||
|
|
Loading…
Add table
Reference in a new issue