Test contracts for Istanbul with `ganache-cli`

ganache-cli has a tagged version that allows you to run with the Istanbul hard fork so you can use with your contracts.

Install

npm install -g ganache-cli@istanbul

Run

ganache-cli --hardfork istanbul

Release

Thanks @tomnash for the info.