15 lines · yaml
1# Build and test configuration for travis-ci.com.2 3language: c4script: make clean check5matrix:6 include:7 - os: osx8 osx_image: xcode10.19 compiler: clang10 - os: linux11 compiler: clang12 - os: linux13 compiler: gcc14 15