add solc install to travis

This commit is contained in:
Piper Merriam 2016-08-12 17:44:39 -06:00
parent 762aa2d63b
commit b142fc78ee

View File

@ -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: