https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 4eb4cb656cc4f3850c403689cf29e529f4c67944 authored by Alex Lam S.L on 27 January 2018, 12:56:34 UTC
v3.3.9
Tip revision: 4eb4cb6
.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