This commit is contained in:
kzc 2017-06-12 17:40:21 +00:00 committed by GitHub
commit 73adc096f4
2 changed files with 4 additions and 4 deletions

View File

@ -4,6 +4,7 @@ node_js:
- "0.12"
- "4"
- "6"
- "8"
env:
- UGLIFYJS_TEST_ALL=1
matrix:

View File

@ -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) {