X-Git-Url: https://pd.if.org/git/?p=lice;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=87233afe030a0707b4c5bcc185a4aaf98a367ab7;hp=0000000000000000000000000000000000000000;hb=a9511e8a95a13585126c4a26a827463801e67d04;hpb=b6a50b8be3d6a2e2d6624983f6bf1bf0c9f6802a diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..87233af --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: c +compiler: + - gcc + - clang +script: make && make test +notifications: + irc: + channels: + - "irc.freenode.org#gmqcc" + template: + - "[%{commit} : %{author}] %{message}" + - "%{build_url}" + skip_join: true