.travis.yml 96 B

1234567
  1. language: c
  2. script: make && make install
  3. matrix:
  4. include:
  5. - os: linux
  6. dist: trusty