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