.travis.yml 93 B

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