]> git.pond.sub.org Git - empserver/blob - .travis.yml
travis: Specify dist to fix Linux build
[empserver] / .travis.yml
1 ## Travis CI configuration
2 dist: trusty
3 sudo: false
4 language: c
5 branches:
6   only:
7   - changeling
8   - fever
9   - master
10   - travis
11 # Test matrix:
12 compiler:
13   - gcc
14   - clang
15 os:
16   - linux
17   - osx
18 # How to build:
19 script: ./bootstrap && ./configure && make check
20 # Notifications
21 notifications:
22   email:
23     - empserver-devel@wolfpackempire.com
24   irc: "irc.oftc.net#wolfpack"