poanetwork / poa-popa

DApp for proof of physical address (PoPA) attestation for validators of POA Network
https://popa.poa.network
GNU General Public License v3.0
24 stars 18 forks source link

Use locally installed truffle when running coverage #46

Closed fvictorio closed 6 years ago

fvictorio commented 6 years ago

See #43.

Right now, running npm run coverage in the blockchain directory uses the globally installed version of truffle. It should use the version installed in node_modules so that it works in Travis.