https://github.com/mishoo/UglifyJS
Raw File
Tip revision: bc61deeca911bd0418ddda605a7449cd31b66ce4 authored by Alex Lam S.L on 23 July 2017, 04:39:36 UTC
v3.0.26
Tip revision: bc61dee
.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