[travis] Enable IRC notifications
[youtube-dl] / .travis.yml
index 511bee64cdb8398640a6aa1f4159f5d1f5ce0d3e..7d77e6c70924914bb518db80a6359d92f0d0a8a7 100644 (file)
@@ -5,16 +5,22 @@ python:
   - "3.2"
   - "3.3"
   - "3.4"
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -yqq rtmpdump
-script: nosetests test --verbose
+  - "3.5"
+  - "3.6"
+sudo: false
+env:
+  - YTDL_TEST_SET=core
+  - YTDL_TEST_SET=download
+matrix:
+  fast_finish: true
+  allow_failures:
+    - env: YTDL_TEST_SET=download
+script: ./devscripts/run_tests.sh
 notifications:
   email:
     - filippo.valsorda@gmail.com
-    - phihag@phihag.de
     - yasoob.khld@gmail.com
-#  irc:
-#    channels:
-#      - "irc.freenode.org#youtube-dl"
-#    skip_join: true
+  irc:
+    channels:
+      - "irc.freenode.org#youtube-dl"
+    skip_join: true