https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 3c2b3aeddb58848b076aacc05acc026b258e0110 authored by Alex Lam S.L on 05 March 2017, 15:03:30 UTC
Merge pull request #1554 from alexlamsl/harmony-v2.8.6
Tip revision: 3c2b3ae
.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