git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5238
82007160-df01-0410-b94d-
b575c5fd34c7
--- /dev/null
+# $Id: .travis.yml 4851 2014-11-05 18:17:41Z michael $
+
+language: c
+
+os:
+ - linux
+ - osx
+
+compiler:
+ - gcc
+ - clang
+
+script:
+ - if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$CC" = "gcc" ]; then export CC=gcc-4.8; fi
+ - make
+ - sudo make install
+
+notifications:
+ email:
+ - bugs@ircd-hybrid.org
+ irc:
+ channels:
+ - "irc.ircd-hybrid.org#ircd-coders"
+ skip_join: true
+
+osx_image: xcode61