From c54c8ed6893032507524b34cac85324e47ea208c Mon Sep 17 00:00:00 2001 From: Areloch Date: Mon, 9 Jul 2018 15:17:48 -0500 Subject: [PATCH] Create .travis.yml Initial travis CI config file push. Further calibration will be required to dial the settings in. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..8e5970686 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: cpp +compiler: + - clang + - gcc