From 17a2477c4a0ee9dd0aad2c14bc031177c0c562ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Thu, 26 Dec 2019 21:54:16 +0000 Subject: [PATCH] fix(ci): allow percy tests to fail If we run over 5k snapshots a month we'll get failures, so it should be allowed to fail --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 319bea504..8e0a35921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,8 @@ os: linux language: shell jobs: + allow_failures: + - name: Percy UI snapshots include: - stage: Test name: Test Go code