mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Allow Travis iOS test failure for WatchOS (GH #570)
Also see https://stackoverflow.com/q/45671493/608639
This commit is contained in:
parent
64a15cf51b
commit
4120e3a53f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user