forked from cerc-io/plugeth
travis: allow cocoapods deploy to fail (#20833)
This commit is contained in:
parent
03fe9de2cb
commit
300c35b854
@ -2,6 +2,15 @@ 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
|
||||
- stage: lint
|
||||
|
Loading…
Reference in New Issue
Block a user