Explorar el Código

Create .travis.yml

Initial travis CI config file push. Further calibration will be required to dial the settings in.
Areloch hace 7 años
padre
commit
c54c8ed689
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -0,0 +1,4 @@
+language: cpp
+compiler:
+  - clang
+  - gcc