travis: Allow the wasm target to fail.
parent
2663a17065
commit
9f957655d0
|
@ -8,6 +8,8 @@ addons:
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: windows
|
- os: windows
|
||||||
|
- os: linux
|
||||||
|
name: wasm32-unknown-unknown
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
|
|
Loading…
Reference in New Issue