https://github.com/mishoo/UglifyJS
Raw File
Tip revision: c8e61448cb1ea621d2fdab4567c42e9c3dcd852f authored by Alex Lam S.L on 02 March 2017, 23:30:28 UTC
Merge pull request #1541 from alexlamsl/harmony-v2.8.5
Tip revision: c8e6144
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.12"
    - "0.10"
    - "4"
    - "6"
matrix:
  fast_finish: true
sudo: false
back to top