aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 18641697edcc038d7387951f04f9e1020054a9dc (plain) (tree)
























                                                                                                            
# $Id$

language: c

os:
  - linux
  - osx

compiler:
 - gcc
 - clang

script:
 - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=$(ls -t /usr/local/bin/gcc-?.*); fi
 - ./configure
 - make
 - sudo make install

notifications:
 email:
  - bugs@ircd-hybrid.org
 irc:
  channels:
  - "irc.ircd-hybrid.org#ircd-coders"
  skip_join: true