Browse Source

Add travis file for testing

pull/16/head
Jacob Quinn 10 years ago
parent
commit
9acfadd21d
  1. 8
      .travis.yml

8
.travis.yml

@ -0,0 +1,8 @@
language: c
compiler:
- gcc
- clang
notifications:
email: false
script:
- make && make check
Loading…
Cancel
Save