Set up TravisCI for continuous testing
@@ -0,0 +1,10 @@
+language: cpp
+compiler:
+- clang
+- gcc
+script:
+- make -C tests
+- make -C tests pedantic
+- make -C tests pedantic EXTRA_CFLAGS=-DNO_DECLTYPE
+- make -C tests cplusplus
+- make -C tests cplusplus EXTRA_CFLAGS=-DNO_DECLTYPE
@@ -1,4 +1,6 @@
+[](https://travis-ci.org/troydhanson/uthash)
+
Documentation for uthash is available at:
http://troydhanson.github.com/uthash/