https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 1f3f8f25eb79f25a25600cbaa32b93e7f0c5fd27 authored by Alex Lam S.L on 07 January 2018, 16:30:45 UTC
harmony-v3.3.5
Tip revision: 1f3f8f2
.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