.travis.yml 63 B

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