Fix travis subprocess.kill problem - attempt 2

This commit is contained in:
Scott Carver
2018-11-09 18:08:42 -08:00
parent 9b69feff2c
commit 08b3543b87

View File

@@ -29,6 +29,7 @@ describe('server process', function() {
after(function() {
console.log("killing server...")
server_proc.unref();
server_proc.kill();
});