From 6cced25ae1e957321cca355bcf4374a1b8f4b6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 15 Jul 2020 14:13:43 +0200 Subject: [PATCH] travis: Don't allow failures on the wasm target. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a0d4840..48a1db0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ addons: jobs: allow_failures: - os: windows - - os: linux - name: wasm32-unknown-unknown include: - stage: Lint