Exit process at end (travis got stuck if not)

pull/1/head
Adria Massanet 8 years ago
parent 6442e73c2c
commit 5228fe7054
  1. 1
      runCoveredTests.js

@ -59,3 +59,4 @@ shell.exec('./node_modules/istanbul/lib/cli.js report lcov');
testrpcProcess.kill(); testrpcProcess.kill();
shell.rm('-rf', './../contracts'); shell.rm('-rf', './../contracts');
shell.mv('./../originalContracts', './../contracts'); shell.mv('./../originalContracts', './../contracts');
process.exit(0);

Loading…
Cancel
Save