# Build and test configuration for travis-ci.com.
language: c
script: make clean check
matrix:
include:
- os: osx
osx_image: xcode10.1
compiler: clang
- os: linux
compiler: clang
- os: linux
compiler: gcc
# Build and test configuration for travis-ci.com.
language: c
script: make clean check
matrix:
include:
- os: osx
osx_image: xcode10.1
compiler: clang
- os: linux
compiler: clang
- os: linux
compiler: gcc