Revision 458e3e15f0f315dcd4a99b02bed0fb740ffdfc17 authored by Alex Lam S.L on 12 July 2017, 18:18:59 UTC, committed by GitHub on 12 July 2017, 18:18:59 UTC
- remove hardcoded upper limit
- continue based on node count reduction
- emit verbose statistics

fixes #2226
1 parent c615a1e
Raw File
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top