From 209271749f9c69e88ebc22373096a3f456ca22fc Mon Sep 17 00:00:00 2001 From: T Date: Tue, 20 Mar 2018 23:10:50 +0100 Subject: [PATCH] Create .travis.yml Initial commit. Will be refined --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..a284e7219 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: c +compiler: + - gcc