https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 514fc68f4f58f83be1c9cbc6fc5b88f483f30813 authored by Alex Lam S.L on 28 February 2017, 15:14:25 UTC
Merge pull request #1509 from alexlamsl/harmony-2.8.0
Tip revision: 514fc68
.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