https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 7313465cba988d5bdffa6024e9ffad9ae8d4763c authored by Alex Lam S.L on 06 May 2017, 15:51:10 UTC
v3.0.0
Tip revision: 7313465
.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