[travis] allow 'results' and 'snap' tests to fail

This commit is contained in:
Mike Fährmann
2020-03-23 23:06:21 +01:00
parent ce73796eaa
commit d47d0f757c

View File

@@ -29,6 +29,9 @@ matrix:
- snapcraft --destructive-mode
- sudo snap try
- snap run gallery-dl --verbose https://twitter.com/ubuntu/status/1121001597092364288
allow_failures:
- env: GALLERYDL_TESTS=results
- env: GALLERYDL_TESTS=snap
git:
depth: 3