.travis.yml 98 B

123456
  1. language: c
  2. compiler:
  3. - gcc
  4. - clang
  5. install: sudo apt-get install check
  6. script: make test