Do not install eth from PPA for CI.

This commit is contained in:
chriseth 2017-02-17 16:08:03 +01:00 committed by chriseth
parent ed32a57b86
commit cc1d5e47f9

View File

@ -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
;;
#------------------------------------------------------------------------------