From dfe50aeb85dae10c0fe94e7fb63e1dc887816d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 8 Feb 2015 05:53:55 +0100 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..652c61a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c +notifications: + irc: + channels: "anathema.us.nu#anathema" + use_notice: true + skip_join: true +compiler: + - clang + - gcc +before_install: + - sudo apt-get update -qq +script: + - make