[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / polly / lib / External / isl / imath / .travis.yml
blob61b30d2bb91e49b8287994659a2b556eaac0098b
1 # Build and test configuration for travis-ci.com.
3 language: c
4 script: make clean check
5 matrix:
6   include:
7     - os: osx
8       osx_image: xcode10.1
9       compiler: clang
10     - os: linux
11       compiler: clang
12     - os: linux
13       compiler: gcc