aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-25 04:56:32 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-25 04:56:32 +0100
commite1ccc04e9f68988df0520b7502edc6479b62378f (patch)
treeb66d8c1c6521b92f9135d081cde2a941a630602a /.travis.yml
parent881e6a1f5c47a65348879f817ad833081e8c5ada (diff)
downloadyoutube-dl-e1ccc04e9f68988df0520b7502edc6479b62378f.zip
youtube-dl-e1ccc04e9f68988df0520b7502edc6479b62378f.tar.gz
youtube-dl-e1ccc04e9f68988df0520b7502edc6479b62378f.tar.bz2
Test rtmpdump on travis (Fixes #1601)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f140144..fb34299 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,9 @@ python:
- "2.7"
- "3.3"
- "3.4"
+before_install:
+ - sudo apt-get update -qq
+ - sudo apt-get install -yqq rtmpdump
script: nosetests test --verbose
notifications:
email: