https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 96ad94ab419ede17a5c931a1dc86416ea0c9d2a8 authored by Mihai Bazon on 18 May 2015, 10:58:25 UTC
v2.4.22
Tip revision: 96ad94a
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "iojs"
    - "0.12"
    - "0.11"
    - "0.10"
matrix:
  fast_finish: true
sudo: false
back to top