浏览代码

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