소스 검색

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