2
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-05-28 05:36:12 +02:00

Merge pull request #254 from josephlr/travis

Fix Travis failures
This commit is contained in:
Samuel Neves 2018-06-04 13:25:42 +01:00 committed by GitHub
commit eaef13c24e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: