1
0

.travis.yml 69 B

1234
  1. language: c
  2. compiler:
  3. - gcc
  4. script: cd tests_host/ && rake test:all