https://github.com/mishoo/UglifyJS
Raw File
Tip revision: cd27f4ec38f2899707859459970406ae67c3adb6 authored by Alex Lam S.L on 10 September 2017, 07:17:24 UTC
v3.1.0
Tip revision: cd27f4e
.travis.yml
language: node_js
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
    - "8"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
cache:
  directories: tmp
back to top