Explorar el Código

add .travis.yml

Kosma Moczek hace 11 años
padre
commit
d303b73c40
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

@@ -0,0 +1,6 @@
+language: c
+compiler:
+    - gcc
+    - clang
+install: apt-get install check
+script: make test