]> pd.if.org Git - lice/blob - .travis.yml
autocommit for files dated 2014-11-17 20:15:26
[lice] / .travis.yml
1 language: c
2 compiler:
3     - gcc
4     - clang
5 script: make && make test
6 notifications:
7     irc:
8         channels:
9             - "irc.freenode.org#gmqcc"
10         template:
11             - "[%{commit} : %{author}] %{message}"
12             - "%{build_url}"
13         skip_join: true