https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 0b0296eb2aebbb6f3df72d4e4ef22d447fe396ec authored by Alex Lam S.L on 26 February 2017, 19:47:54 UTC
v2.8.0
Tip revision: 0b0296e
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
    - "6"
matrix:
  fast_finish: true
sudo: false
back to top