travis: allow cocoapods deploy to fail (#20833)
This commit is contained in:
		@@ -2,6 +2,15 @@ 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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user