From 5228fe7054553da7766d90c30420e9aeb3450816 Mon Sep 17 00:00:00 2001 From: Adria Massanet Date: Wed, 12 Apr 2017 12:45:52 +0200 Subject: [PATCH] Exit process at end (travis got stuck if not) --- runCoveredTests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/runCoveredTests.js b/runCoveredTests.js index 71c9302..19d1ecb 100644 --- a/runCoveredTests.js +++ b/runCoveredTests.js @@ -59,3 +59,4 @@ shell.exec('./node_modules/istanbul/lib/cli.js report lcov'); testrpcProcess.kill(); shell.rm('-rf', './../contracts'); shell.mv('./../originalContracts', './../contracts'); +process.exit(0);