From b71ea8ba24b9553e01cb673330fcb942f0c84f6d Mon Sep 17 00:00:00 2001
From: gnzlbg <gonzalobg88@gmail.com>
Date: Mon, 21 Jan 2019 21:23:44 +0100
Subject: [PATCH] Allow emscripten asmjs and wasm32 targets to fail

---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6116475d..203a8a68 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,6 +88,11 @@ matrix:
         - shellcheck --version
         - shellcheck ci/*.sh
 
+    allow_failures:
+      # FIXME: https://github.com/rust-lang/libc/issues/1226
+      - env: TARGET=asmjs-unknown-emscripten
+      - env: TARGET=wasm32-unknown-emscripten
+
 install: rustup target add $TARGET
 script:
   - cargo generate-lockfile --manifest-path libc-test/Cargo.toml
-- 
GitLab