plugeth/Godeps/_workspace/src/github.com/ethereum/ethash/.travis.yml

7 lines
219 B
YAML
Raw Normal View History

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq wget cmake gcc bash libboost-test-dev nodejs python-pip python-dev
- sudo pip install virtualenv -q
script: "./test/test.sh"