X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.travis.yml;h=696fa9a0830861037b91ecb4aa4ffb7ea829049c;hb=077174f4ed2578706cf11a2b2ea74ddc309b11db;hp=05dd519a8ba84bad8a6616197e4feaae632ebd41;hpb=aeeb29a356a014ca48458c45de1d672243d8eb40;p=youtube-dl diff --git a/.travis.yml b/.travis.yml index 05dd519a8..696fa9a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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