From 93869cdee43a08044a2bb6c456972a665f628a8c Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 14 Dec 2014 17:19:57 -0800 Subject: [PATCH] Try having travis notify us on build failure. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 28d2a7ab35..d37ab851e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,15 @@ language: cpp +notifications: + irc: + channels: "chat.freenode.net#ppsspp" + on_success: change + on_failure: always + skip_join: true + template: + - "%{repository_slug}:%{branch} - %{message} %{build_url}" + env: - PPSSPP_BUILD_TYPE=Linux CMAKE=TRUE