aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-12-11 07:52:44 -0800
committerPhilipp Hagemeister <phihag@phihag.de>2012-12-11 07:52:44 -0800
commitd050de77f94a5dc9071c0b459ba62cb09c6696c4 (patch)
tree3bea4b6975544ef76241ccf402de541da350b4ac /.travis.yml
parent4fb1acc212555e3e817f858dce964876eef75d85 (diff)
parent95eb771dcda47f948b050da85c7ff22539e3ee12 (diff)
downloadyoutube-dl-d050de77f94a5dc9071c0b459ba62cb09c6696c4.tar.xz
Merge pull request #580 from FiloSottile/master
The new shiny build system
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 0c62e4729..0aabce6a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,13 @@
language: python
-#specify the python version
python:
- "2.6"
- "2.7"
-notifications:
- irc: "irc.freenode.org#youtube-dl"
-#command to install the setup
-install:
-# command to run tests
+# - "3.3"
script: nosetests test --verbose
+notifications:
+ email:
+ - filippo.valsorda@gmail.com
+ irc:
+ channels:
+ - "irc.freenode.org#youtube-dl"
+ skip_join: true