X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=.travis.yml;h=344b32db146e5bc282e0f2010bdcb22cb83c69ab;hp=5a98b320215d5ab224e750a6c5e6ed1cef0bd024;hb=9556c6bd650ea5f44217a80302dbed6cc8d579b3;hpb=0043ab1889f46b013c64bb0a7daa2abcea0484d1 diff --git a/.travis.yml b/.travis.yml index 5a98b3202..344b32db1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,32 @@ -# Travis CI configuration +## Travis CI configuration +dist: trusty +sudo: false language: c -# Test with both gcc and clang: +branches: + only: + - changeling + - fever + - master + - travis +# Test matrix: compiler: - gcc - clang +os: + - linux + - osx # How to build: script: ./bootstrap && ./configure && make check + +# The channel name "irc.oftc.net#wolfpack" is encrypted against +# gefla/empserver to prevent notifications from forks. This was +# created using: +# $ travis encrypt -r "gefla/empserver" "empserver-devel@wolfpackempire.com" +# $ travis encrypt -r "gefla/empserver" "irc.oftc.net#wolfpack" +notifications: + email: + recipients: + - secure: "Yzw4HVcDAoC3MdX5CqcsmCIeaM9JI8zjV3dAblcckOp+YN4KJRsYinmYy2H2EN4PmCj5XsYKeJbDHeOGOEu2ghkx8nIFIFQj5LB54l/h/83ePZ0LKqiIHb42otAj4favPM9/TX0cBoG+DG37m0wsvtRZDZ9EVRTVILSJzJYzEKY=" + irc: + channels: + - secure: "JgXi0fUlca7+9/t++ogDZ95IqGu600JVCgEFKBCHZguavxrqPhwgH5rMd1l1MYbVFloxqfykwV3rpiDKLHY0qsJwG8ZmStSHLvxf+CLxxTQ2X3Z2YU4ciZA2/T/dOxq3j8hTpcqUrpGHt2AKSQGjo7JwcO35aAqeEIAPWRsNpl4="