Ver Fonte

Create .travis.yml

Initial travis CI config file push. Further calibration will be required to dial the settings in.
Areloch há 7 anos atrás
pai
commit
c54c8ed689
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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