From ea5bb157fdb58dd8ebdf9536029e9c28214eec88 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 11 Jun 2017 01:43:05 -0400 Subject: [PATCH 1/2] add node 8 to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cdee4301..968addfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ node_js: - "0.12" - "4" - "6" + - "8" env: - UGLIFYJS_TEST_ALL=1 matrix: From 320281a88a10b4a08af05a44748eba9873461b64 Mon Sep 17 00:00:00 2001 From: kzc Date: Sun, 11 Jun 2017 11:22:14 -0400 Subject: [PATCH 2/2] pare down release tests to prevent timeouts --- test/mocha/release.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/mocha/release.js b/test/mocha/release.js index 9f894b3d..2769302f 100644 --- a/test/mocha/release.js +++ b/test/mocha/release.js @@ -22,10 +22,9 @@ describe("test/benchmark.js", function() { "-b", "-b bracketize", "-m", - "-mc passes=3", - "-mc passes=3,toplevel", - "-mc passes=3,unsafe", - "-mc keep_fargs=false,passes=3", + "-mc toplevel,passes=3", + "-mc unsafe", + "-mc keep_fargs=false", "-mc keep_fargs=false,passes=3,pure_getters,unsafe,unsafe_comps,unsafe_math,unsafe_proto", ].forEach(function(options) { it("Should pass with options " + options, function(done) {