update FAQ: ethereumjs-testrpc is now ganache-cli

pull/185/head
Chuck LeDuc Díaz 7 years ago
parent d3f971c320
commit 41ceaf356d
  1. 2
      docs/faq.md

@ -33,7 +33,7 @@ node_js:
- '7'
install:
- npm install -g truffle
- npm install -g ethereumjs-testrpc
- npm install -g ganache-cli
- npm install
script:
- npm test

Loading…
Cancel
Save