commit 9acfadd21d089db332b4f9173aea843b68166aa4 parent 91a77d75885527263bb2cd79173bbf8494994c09 Author: Jacob Quinn <quinn.jacobd@gmail.com> Date: Thu, 7 Aug 2014 17:04:03 -0400 Add travis file for testing Diffstat:
A | .travis.yml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -0,0 +1,8 @@ +language: c +compiler: + - gcc + - clang +notifications: + email: false +script: + - make && make check +\ No newline at end of file