ソースを参照

Create .travis.yml

Initial travis CI config file push. Further calibration will be required to dial the settings in.
Areloch 7 年 前
コミット
c54c8ed689
1 ファイル変更4 行追加0 行削除
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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