https://github.com/mishoo/UglifyJS
Raw File
Tip revision: b2b8a0d386ac5e38e17212c734914cde1f3eee83 authored by Alex Lam S.L on 16 March 2017, 18:01:33 UTC
v2.8.13
Tip revision: b2b8a0d
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "7"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top