https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 6ab3224c0d724322597f5709e3f382cc913d96bb authored by Alex Lam S.L on 28 March 2017, 13:49:04 UTC
v2.8.17
Tip revision: 6ab3224
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top