From fc645f338014258c08f98aaeeb29354a6b5216d8 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 3 Feb 2015 09:22:10 +0100 Subject: [PATCH] Activate travis ci --- .travis.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9f274b6 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: c + +compiler: + - clang + - gcc + +script: + - ./configure --prefix=/usr + - make + - make check + +notifications: + email: false + irc: + channels: + - "irc.freenode.org#pkgconf" + on_success: change + on_failure: always