Enable travis notifications
[youtube-dl] / .travis.yml
index 05dd519a8ba84bad8a6616197e4feaae632ebd41..696fa9a0830861037b91ecb4aa4ffb7ea829049c 100644 (file)
@@ -3,5 +3,9 @@ language: python
 python:
   - "2.6"
   - "2.7"
+notifications:
+  irc: "irc.freenode.org#youtube-dl"
+#command to install the setup
+install:
 # command to run tests
-script: nosetests tests
+script: nosetests test --nocapture