Revision 41996be86f326f667e755cfa953d32befbfa3076 authored by Alex Lam S.L on 09 May 2017, 18:43:12 UTC, committed by GitHub on 09 May 2017, 18:43:12 UTC
Travis has gone a lot slower recently, and most test failures are due to time-out on this particular test.
1 parent 5fd8244
Raw File
ufuzz.json
[
    {
        "compress": false,
        "mangle": false,
        "output": {
            "beautify": true,
            "bracketize": true
        }
    },
    {
        "compress": false
    },
    {
        "mangle": false
    },
    {},
    {
        "compress": {
            "toplevel": true
        },
        "mangle": {
            "toplevel": true
        }
    },
    {
        "compress": {
            "keep_fargs": false,
            "passes": 3
        }
    }
]
back to top