aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFelix Lange <fjl@users.noreply.github.com>2019-02-12 20:02:40 +0800
committerGitHub <noreply@github.com>2019-02-12 20:02:40 +0800
commitedf976ee8e7e1561cf11cbdc5a0c5edb497dda34 (patch)
treecd917da89c16e5271430983064b08f9a1cdd5657 /.travis.yml
parentf48da43bae183a04a23d298cb1790d2f8d2cec51 (diff)
downloadgo-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar.gz
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar.bz2
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar.lz
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar.xz
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.tar.zst
go-tangerine-edf976ee8e7e1561cf11cbdc5a0c5edb497dda34.zip
.travis.yml: fix upload destination (#19043)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c34e3ea8a..9731ce181 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,7 +71,7 @@ matrix:
- python-bzrlib
- python-paramiko
script:
- - go run build/ci.go debsrc -upload ppa:ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
+ - go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
# This builder does the Linux Azure uploads
- if: type = push