.travis.yml 100 B

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