https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 9a074c26373cdfef974bf9d1397a5a20c3113e4d authored by Alex Lam S.L on 19 May 2017, 02:38:45 UTC
Merge pull request #1972 from alexlamsl/harmony-v3.0.9
Tip revision: 9a074c2
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top