Merge pull request #185 from celeduc/faq-ganache

update FAQ: ethereumjs-testrpc is now ganache-cli
pull/196/head
c-g-e-w-e-k-e- 7 years ago committed by GitHub
commit 8b1d2f7e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/faq.md

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

Loading…
Cancel
Save