language: node_js
node_js:
- "8"
install:
- npm install
after-script:
- sudo kill `sudo lsof -t -i:8545`