Skip to content

Commit

Permalink
build: Add clang/Linux builds to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 23, 2018
1 parent 3f28a5d commit 1954941
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,15 @@ language: cpp
os:
- linux
- osx
compiler:
- clang
- gcc

matrix:
exclude:
- os: osx
compiler: gcc

env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
Expand Down

0 comments on commit 1954941

Please sign in to comment.