https://github.com/mishoo/UglifyJS
Raw File
Tip revision: e2ec270b04ddefc1c7aa39ab1eb24f2cae0077a8 authored by Alex Lam S.L on 30 December 2017, 16:01:14 UTC
v3.3.4
Tip revision: e2ec270
.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