aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2016-10-02 19:44:30 +0800
committerGitHub <noreply@github.com>2016-10-02 19:44:30 +0800
commitd4b55fc5b210f06e08227e7ffbda6db397ec8d3c (patch)
tree1ad5b873af478174e18a15748918d093c550fad8 /.travis.yml
parent920e1ccfe0b8a0fe205817e3e2f7d0ee7a98f108 (diff)
parent4f7627972e4997965be6f3c406904ef613e14c20 (diff)
downloadgo-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar.gz
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar.bz2
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar.lz
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar.xz
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.tar.zst
go-tangerine-d4b55fc5b210f06e08227e7ffbda6db397ec8d3c.zip
Merge pull request #3066 from fjl/build-env
build: improve debian packaging
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 b3b5edb27..a7a3041ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ matrix:
- debhelper
- dput
script:
- - go run build/ci.go travis-debsrc
+ - go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing
install:
- go get golang.org/x/tools/cmd/cover