From e6fb540c4c6e99299365a352ba137e38c60886f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 16 Jul 2018 17:12:02 -0400 Subject: [PATCH] Allow iPhoneSimulator failures (GH #684) We still need to figure out what to do with this. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d7c84d2f..13ccffe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -127,6 +127,10 @@ matrix: env: - BUILD_MODE=android - PLATFORM=mipsel64 + - os: osx + env: + - BUILD_MODE=ios + - PLATFORM=iPhoneSimulator before_install: - |