empserver/.travis.yml
Gerd Flaig 7c9c795c31 travis: Configure notifications
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>
2017-08-24 22:01:29 +02:00

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"