https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 1c150c632f200bb58044a3ff9592d884f1010e67 authored by Alex Lam S.L on 18 June 2017, 07:01:20 UTC
v3.0.18
Tip revision: 1c150c6
.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