UNPKG

cryptorescuecore-node

Version:

Full node with extended capabilities using cryptorescuecore and CryptoRescue

22 lines 335 B
sudo: false language: node_js env: - CXX=g++-4.8 CC=gcc-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - gcc-4.8 - libzmq3-dev node_js: - "v0.10.25" - "v0.12.7" - "v4" script: - npm run regtest - npm run test - npm run jshint after_success: - npm run coveralls