1
0

.travis.yml 84 B

12345678
  1. language: c
  2. compiler:
  3. - clang
  4. - gcc
  5. script: ./autogen.sh && make && make check