Allow Travis iOS test failure for WatchOS (GH #570)

Also see https://stackoverflow.com/q/45671493/608639
pull/640/head
Jeffrey Walton 2018-04-06 07:21:53 -04:00
parent 64a15cf51b
commit 4120e3a53f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ matrix:
- BUILD_MODE=ios - BUILD_MODE=ios
- PLATFORM=iPhoneSimulator - PLATFORM=iPhoneSimulator
allow_failures:
- os: osx
env:
- BUILD_MODE=ios
- PLATFORM=WatchOS
before_install: before_install:
- | - |
if [[ "$BUILD_MODE" == "android" ]]; then if [[ "$BUILD_MODE" == "android" ]]; then