From 9f957655d0ff3b26e75da93d9b6d0dc54526659e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 7 Jul 2020 17:40:00 +0200 Subject: [PATCH] travis: Allow the wasm target to fail. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 42f9d1a6..0cc5a004 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ addons: jobs: allow_failures: - os: windows + - os: linux + name: wasm32-unknown-unknown include: - stage: Lint