https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 33ad0d258c8a78c477f0ec995a10b51a2a1ee95a authored by Alex Lam S.L on 02 July 2017, 11:04:15 UTC
harmony-v3.0.23
Tip revision: 33ad0d2
.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