https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 1a78bbcd23e8db214872f1cd403f1b42503aaf9c authored by Richard van Velzen on 17 August 2016, 18:34:27 UTC
v2.7.3
Tip revision: 1a78bbc
.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