https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 53600e98697e2f8d902886101c7ade37cd775fa6 authored by Alex Lam S.L on 28 December 2017, 20:36:27 UTC
harmony-v3.3.3
Tip revision: 53600e9
.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