aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-02-17 23:08:03 +0800
committerchriseth <chris@ethereum.org>2017-04-25 22:47:43 +0800
commitcc1d5e47f919989cdc0635a9816b62bc3b78e538 (patch)
tree78e08c435bb70dddefb91da889437da6a1437424 /scripts
parented32a57b860f11e902e0e7d7c7c5ba5b5bd685da (diff)
downloaddexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar.gz
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar.bz2
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar.lz
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar.xz
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.tar.zst
dexon-solidity-cc1d5e47f919989cdc0635a9816b62bc3b78e538.zip
Do not install eth from PPA for CI.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_deps.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 81cde14c..1d37d411 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -312,14 +312,6 @@ case $(uname -s) in
cmake \
git \
libboost-all-dev
- if [ "$CI" = true ]; then
- # Install 'eth', for use in the Solidity Tests-over-IPC.
- sudo add-apt-repository -y ppa:ethereum/ethereum
- sudo add-apt-repository -y ppa:ethereum/ethereum-dev
- sudo apt-get -y update
- sudo apt-get -y install eth
- fi
-
;;
#------------------------------------------------------------------------------