Merge pull request #648 from trung/solc-specific-version

Use solc 0.5.4 when running acceptance tests against pull requests
This commit is contained in:
Samer Falah 2019-03-06 22:49:59 -05:00 committed by GitHub
commit 0a57640e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -17,9 +17,8 @@ fi
jdk_switcher use openjdk8
java -version
mvn --version
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt update
sudo apt-get -y install solc
sudo wget https://github.com/ethereum/solidity/releases/download/v0.5.4/solc-static-linux -O /usr/local/bin/solc
sudo chmod +x /usr/local/bin/solc
solc --version
echo "---> tools installation done"