diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-08-18 21:10:52 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-08-18 21:10:52 +0600 | 
| commit | f3a65d9636908ee49ff3d50c24efb8067caa32c6 (patch) | |
| tree | e1367fbe054cd011fc6c7f4c664cf625711bfcb6 | |
| parent | 559f4c550f215a657ce386cab572bfc212128595 (diff) | |
[travis] Move to new infrastructure
We don't use rtmpdump in tests anyway
| -rw-r--r-- | .travis.yml | 4 | 
1 files changed, 1 insertions, 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: | 
