Allow cocoapod deploy to fail

This commit is contained in:
Adam Schmideg 2020-03-29 16:31:11 +02:00
parent 5d7e5b00be
commit e9a83cab50

View file

@ -2,8 +2,17 @@ language: go
go_import_path: github.com/ethereum/go-ethereum go_import_path: github.com/ethereum/go-ethereum
sudo: false sudo: false
jobs: jobs:
allow_failures:
- stage: build
os: osx
go: 1.13.x
env:
- azure-osx
- azure-ios
- cocoapods-ios
include: 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 - stage: lint
os: linux os: linux
dist: xenial dist: xenial