From 40eb8b65c76e0bd0e487a47d06e06cafd8b76dec Mon Sep 17 00:00:00 2001 From: scrawl Date: Fri, 12 Jun 2015 04:35:46 +0200 Subject: [PATCH] Revert the travis testing changes --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2b2ad0799..1fc85dca38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ language: cpp branches: only: - master - - osg - coverity_scan - /openmw-.*$/ env: @@ -49,9 +48,9 @@ notifications: email: on_success: change on_failure: always - #irc: - # channels: - # - "chat.freenode.net#openmw" - # on_success: change - # on_failure: always - # use_notice: true + irc: + channels: + - "chat.freenode.net#openmw" + on_success: change + on_failure: always + use_notice: true