https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 5e6f26445f932a180890be4792dab574e07cbb0f authored by Alex Lam S.L on 28 June 2017, 16:49:06 UTC
v3.0.21
Tip revision: 5e6f264
.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