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