add Node.js 8 to Travis CI (#2086)

- explicitly terminate `test/jetstream.js` upon completion
- log verbose output from `test/benchmark.js` & `test/jetstream.js`
- remove obsolete workaround for Travis CI
This commit is contained in:
Alex Lam S.L
2017-06-13 06:21:16 +08:00
committed by GitHub
parent fed0096556
commit 3dc9e140e4
3 changed files with 3 additions and 5 deletions

View File

@@ -64,6 +64,7 @@ if (typeof phantom == "undefined") {
server.close();
if (code) throw new Error("JetStream failed!");
console.log("JetStream completed successfully.");
process.exit(0);
});
});
}