https://github.com/mishoo/UglifyJS
Raw File
Tip revision: eaa2c1f6af10e08c9ece097bfb8c1f15a74ffa28 authored by Alex Lam S.L on 12 April 2018, 07:08:53 UTC
v3.3.21
Tip revision: eaa2c1f
.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