https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 919d5e348249f7b8c5ef0581660817292b5308a6 authored by Alex Lam S.L on 10 March 2017, 21:00:55 UTC
v2.8.12
Tip revision: 919d5e3
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "7"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top