yachtrock/.travis.yml

17 lines
156 B
YAML

language: c
script: make && YR_LORGE=1 make test
compiler:
- clang
- gcc
os:
- osx
- linux
matrix:
exclude:
- os: osx
compiler: gcc