From 0ad434698cd608225618d5f1b448a8cc43c5a15b Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Tue, 31 Oct 2017 17:32:05 +0100 Subject: [PATCH] Add TravisCI configuration --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0d66b6a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: c +os: + - linux +compiler: + - gcc +script: + - make test \ No newline at end of file