From 9f1baf7660a24d8f8afb40f7600820c3105f645a Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Thu, 26 Feb 2015 18:50:03 +0100 Subject: [PATCH] Adding a basic travis.yml file. --- .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 0000000000..cc4c416ff6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: cpp +script: make static_c +notifications: + email: false -- GitLab