urbit/.travis.yml
Paul Driver aa02d49a22 Squashed 'pkg/urcrypt/argon2/' content from commit 4da94a611
git-subtree-dir: pkg/urcrypt/argon2
git-subtree-split: 4da94a611ee62bad87ab2b131ffda3bcc0723d9c
2020-10-03 15:18:53 -07:00

26 lines
386 B
YAML

language: c
compiler:
- clang
- gcc
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:
- bash <(curl -s https://codecov.io/bash)