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

Also see https://stackoverflow.com/q/45671493/608639
This commit is contained in:
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

View File

@ -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