.travis.yml (93B)
1 language: c 2 script: make test 3 compiler: 4 - clang 5 - gcc 6 dist: trusty 7 sudo: false 8 os: linux