https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 5dfda6e212c5cdbb278dc6833e56dba916e3ed25 authored by Alex Lam S.L on 06 May 2017, 20:31:54 UTC
v2.8.23
Tip revision: 5dfda6e
.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