Create .travis.yml

Initial travis CI config file push. Further calibration will be required to dial the settings in.
This commit is contained in:
Areloch 2018-07-09 15:17:48 -05:00 committed by GitHub
parent 703ac27cf2
commit c54c8ed689

4
.travis.yml Normal file
View file

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