https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 7c0c92943f08e89118ed32019c014a44192f9dfc authored by Alex Lam S.L on 14 January 2018, 09:13:26 UTC
v3.3.7
Tip revision: 7c0c929
.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