From 511db446d76487e83540b77e223332fdb9f93737 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 23 Dec 2012 07:09:55 +0200 Subject: [PATCH] Add Travis configuration --- .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 0000000..d845621 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: c +compiler: + - gcc + - clang