https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 96439ca24690782dc67c5cc3768226bf96c38885 authored by Alex Lam S.L on 21 October 2017, 16:27:26 UTC
v3.1.5
Tip revision: 96439ca
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top