From 4120e3a53fe0838dfc988b1ceca71b5f7db0febf Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 6 Apr 2018 07:21:53 -0400 Subject: [PATCH] Allow Travis iOS test failure for WatchOS (GH #570) Also see https://stackoverflow.com/q/45671493/608639 --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 16046605..cc5fc8af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,6 +98,12 @@ matrix: - BUILD_MODE=ios - PLATFORM=iPhoneSimulator + allow_failures: + - os: osx + env: + - BUILD_MODE=ios + - PLATFORM=WatchOS + before_install: - | if [[ "$BUILD_MODE" == "android" ]]; then