Browse Source

Create .travis.yml

Initial travis CI config file push. Further calibration will be required to dial the settings in.
Areloch 7 năm trước cách đây
mục cha
commit
c54c8ed689
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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