From e9a83cab500ebdcaf1ae8727468d15dca21706e8 Mon Sep 17 00:00:00 2001 From: Adam Schmideg Date: Sun, 29 Mar 2020 16:31:11 +0200 Subject: [PATCH] Allow cocoapod deploy to fail --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 288c57959ef1..82684a701c5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,17 @@ language: go go_import_path: github.com/ethereum/go-ethereum sudo: false jobs: + allow_failures: + - stage: build + os: osx + go: 1.13.x + env: + - azure-osx + - azure-ios + - cocoapods-ios + include: - # This builder only tests code linters on latest version of Go + # This builder only tests code linters on latest version of Go - stage: lint os: linux dist: xenial