diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 18:39:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 18:39:45 +0800 |
commit | 6e4d623dc8a3f28331ddba30eb9c01a69faa46e8 (patch) | |
tree | 1d67e9dfb9a1188d2b81ef9e82ab499ef6385581 /.travis.yml | |
parent | 5bd32bd90d41adb3cbcf199cb5fa39c2d884bece (diff) | |
parent | 8e704d97185a6920b6bf7d015086ac18bd003efe (diff) | |
download | go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar.gz go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar.bz2 go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar.lz go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar.xz go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.tar.zst go-tangerine-6e4d623dc8a3f28331ddba30eb9c01a69faa46e8.zip |
Merge pull request #3266 from fjl/travis-ppa-live
travis.yml: upload to the real PPA
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6d8249baa..4eda6d49b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - gcc-multilib script: # Build for the primary platforms that Trusty can manage - - go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing + - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum - go run build/ci.go install - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds - go run build/ci.go install -arch 386 |