https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 756c9aa7dc9a034baf07b127b58d132dcbe9be4f authored by Alex Lam S.L on 15 May 2017, 12:29:48 UTC
keep `minify()` options in sync (#1940)
Tip revision: 756c9aa
.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