From f3a65d9636908ee49ff3d50c24efb8067caa32c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Tue, 18 Aug 2015 21:10:52 +0600 Subject: [PATCH] [travis] Move to new infrastructure We don't use rtmpdump in tests anyway --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 511bee64c..e78a2fa76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ python: - "3.2" - "3.3" - "3.4" -before_install: - - sudo apt-get update -qq - - sudo apt-get install -yqq rtmpdump +sudo: false script: nosetests test --verbose notifications: email: