Skip to content

Commit

Permalink
Merge pull request P-H-C#254 from josephlr/travis
Browse files Browse the repository at this point in the history
Fix Travis failures
  • Loading branch information
sneves authored Jun 4, 2018
2 parents e393431 + 82a6f11 commit eaef13c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ os:
- linux
- osx

# Clang on Linux needs to run in a VM to use ASAN.
# See: https://github.com/travis-ci/travis-ci/issues/9033
matrix:
exclude:
- compiler: clang
os: linux
include:
- compiler: clang
os: linux
sudo: true

script: make && make testci

after_success:
Expand Down

0 comments on commit eaef13c

Please sign in to comment.