Explorar el Código

Add travis hint file

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold hace 10 años
padre
commit
e2e22503bf
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: c
+
+compiler:
+  - gcc
+  - clang
+
+script: ./autogen.sh && ./configure && make && make check