From d47d0f757c0ea8d1776a019aea419a6c42b8a433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 23 Mar 2020 23:06:21 +0100 Subject: [PATCH] [travis] allow 'results' and 'snap' tests to fail --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2b80d9d0..c71170d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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