mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
add solc install to travis
This commit is contained in:
parent
762aa2d63b
commit
b142fc78ee
@ -5,9 +5,10 @@ python:
|
||||
dist: trusty
|
||||
sudo: required
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ethereum/ethereum
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y ethereum
|
||||
- travis_retry sudo add-apt-repository -y ppa:ethereum/ethereum
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install -y ethereum
|
||||
- travis_retry sudo apt-get install -y solc
|
||||
- mkdir -p ~/.ethash
|
||||
- geth makedag 0 ~/.ethash
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user