diff --git a/.travis.yml b/.travis.yml index af7624bc7eb..2755774c02f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,26 +5,27 @@ os: - osx 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 before_script: - mkdir -p build -script: -- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.script.sh; fi +script: +- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./travis.linux.script.sh; fi - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./travis.osx.script.sh; fi git: submodules: true notifications: - irc: "irc.mozilla.org#servo" + irc: + channels: "irc.mozilla.org#servo" + on_success: change + on_failure: change + use_notice: true email: false branches: only: - - travis - master - -after_success: