diff options
author | Felix Lange <fjl@twurst.com> | 2017-06-23 04:21:59 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-06-23 04:21:59 +0800 |
commit | f2c5b2cc1cdd9aee41dc45778bd0f44d6de646c5 (patch) | |
tree | accb08ec5bf6ccf9debb2ddcdb1125c89d50f53d /.travis.yml | |
parent | a4277450b2f47d17a6504f22ade9cf0cfa9c427c (diff) | |
download | dexon-f2c5b2cc1cdd9aee41dc45778bd0f44d6de646c5.tar.gz dexon-f2c5b2cc1cdd9aee41dc45778bd0f44d6de646c5.tar.zst dexon-f2c5b2cc1cdd9aee41dc45778bd0f44d6de646c5.zip |
travis.yml: add fakeroot to launchpad builder
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 96e429959..703ed0cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,7 @@ matrix: - debhelper - dput - gcc-multilib + - fakeroot script: # Build for the primary platforms that Trusty can manage - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum |