Skip to content

Commit

Permalink
exclude node 4 from benchmark.js and jetstream.js testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kzc committed May 23, 2018
1 parent fa55c3c commit 7d80b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mocha/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function run(command, args, done) {
}

if (semver.satisfies(process.version, "0.12")) return;
if (semver.satisfies(process.version, "4")) return;

describe("test/benchmark.js", function() {
this.timeout(10 * 60 * 1000);
Expand Down

0 comments on commit 7d80b43

Please sign in to comment.