estexcepturi
Version:
Lightweight Ethereum HD wallet implementation based on BIP-44 standard
28 lines (21 loc) • 411 B
YAML
language: node_js
# branches:
# only:
# - master
node_js:
- "lts/*"
- "node"
cache:
directories:
- ~/.ethash
before_install:
- sudo apt-get install software-properties-common
- sudo add-apt-repository -y ppa:ethereum/ethereum
- sudo apt-get update
- sudo apt-get install ethereum
- geth makedag 0 ~/.ethash
script:
- "yarn test"
notifications:
email:
- ram@hiddentao.com