From b7a0be38721ee3982dccae2c75de155135118bec Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 19 Sep 2020 18:08:16 +0200 Subject: [PATCH] Allowed mutation testing step to fail without failing the whole build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e38c13a7..0c7c4079 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ node_js: jobs: fast_finish: true + allow_failures: + - name: 'Mutation tests' include: - name: 'Lint' install: npm ci