2
0

.travis.yml 68 B

123456
  1. language: c
  2. compiler:
  3. - gcc
  4. - clang
  5. script: make && make check