https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 067d52b6bac67378cccbc8fdea2320676aafc47e authored by Alex Lam S.L on 19 August 2017, 17:19:06 UTC
harmony-v3.0.28
Tip revision: 067d52b
.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