From 562f3f210b741c084aee4fb14223665e1ed9677a Mon Sep 17 00:00:00 2001 From: Ferenc Szabo Date: Fri, 8 Feb 2019 13:38:18 +0100 Subject: [PATCH] travis: run Ubuntu PPA upload job only on ethereum/go-ethereum As we only deal with artifacts in the upstream repo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69f4bd731c..c1ed526880 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ matrix: - go run build/ci.go lint # This builder does the Ubuntu PPA upload - - if: type = push + - if: repo = ethereum/go-ethereum AND type = push os: linux dist: trusty go: 1.11.x