travis: run Ubuntu PPA upload job only on ethereum/go-ethereum

As we only deal with artifacts in the upstream repo.
This commit is contained in:
Ferenc Szabo 2019-02-08 13:38:18 +01:00
parent 627f0a9c1a
commit 562f3f210b

View file

@ -53,7 +53,7 @@ matrix:
- go run build/ci.go lint - go run build/ci.go lint
# This builder does the Ubuntu PPA upload # This builder does the Ubuntu PPA upload
- if: type = push - if: repo = ethereum/go-ethereum AND type = push
os: linux os: linux
dist: trusty dist: trusty
go: 1.11.x go: 1.11.x