Merge pull request #2709 from larsbergstrom/travis_irc_cleanup

Cleanup the Travis IRC notifications on builds
This commit is contained in:
Lars Bergstrom 2014-06-24 10:06:52 -05:00
commit 702426766d

View file

@ -5,26 +5,27 @@ os:
- osx - osx
install: install:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.install.deps.sh; fi - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.install.deps.sh; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./travis.osx.install.deps.sh; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./travis.osx.install.deps.sh; fi
before_script: before_script:
- mkdir -p build - mkdir -p build
script: script:
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.script.sh; fi - if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.script.sh; fi
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./travis.osx.script.sh; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./travis.osx.script.sh; fi
git: git:
submodules: true submodules: true
notifications: notifications:
irc: "irc.mozilla.org#servo" irc:
channels: "irc.mozilla.org#servo"
on_success: change
on_failure: change
use_notice: true
email: false email: false
branches: branches:
only: only:
- travis
- master - master
after_success: