Update .travis.yml

This commit is contained in:
cclauss 2019-03-02 15:14:38 +01:00 committed by GitHub
parent 6fcf4ab74f
commit f7c03d0254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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