Do not install eth from PPA for CI.

This commit is contained in:
chriseth
2017-04-25 16:47:43 +02:00
committed by chriseth
parent ed32a57b86
commit cc1d5e47f9
-8
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
;;
#------------------------------------------------------------------------------