https://github.com/mishoo/UglifyJS
Raw File
Tip revision: bce7ee5f6a28e87e2e68cd2d22b4e4280372d7bb authored by Alex Lam S.L on 02 June 2018, 05:57:10 UTC
v3.4.0
Tip revision: bce7ee5
.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