1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-04 23:23:32 +08:00

Update .travis.yml

This commit is contained in:
cclauss
2019-03-02 15:14:38 +01:00
committed by GitHub
Unverified
parent 6fcf4ab74f
commit f7c03d0254
+2 -1
View File
@@ -31,7 +31,8 @@ matrix:
fast_finish: true
allow_failures:
- env: YTDL_TEST_SET=download
- env: JYTHON=true
- env: JYTHON=true; YTDL_TEST_SET=core
- env: JYTHON=true; YTDL_TEST_SET=download
before_install:
- if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi
script: ./devscripts/run_tests.sh