Skip to content

Commit

Permalink
travis: allow cocoapods deploy to fail (ethereum#20833)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschmideg authored Mar 31, 2020
1 parent 03fe9de commit 300c35b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 300c35b

Please sign in to comment.