Notifications go to the mailing list and to the IRC channel. Signed-off-by: Gerd Flaig <gefla@pond.sub.org> Message-Id: <871so1nqcx.fsf@oxygen.pond.sub.org> [Commit message tweaked] Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
22 lines
363 B
YAML
22 lines
363 B
YAML
## Travis CI configuration
|
|
language: c
|
|
branches:
|
|
only:
|
|
- changeling
|
|
- fever
|
|
- master
|
|
- travis
|
|
# Test with both gcc and clang:
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
# How to build:
|
|
script: ./bootstrap && ./configure && make check
|
|
# Notifications
|
|
notifications:
|
|
email:
|
|
- empserver-devel@wolfpackempire.com
|
|
irc: "irc.oftc.net#wolfpack"
|