https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 1b2e6b81a2ed094cb321f7e47e82ab26513318f0 authored by Alex Lam S.L on 14 January 2018, 11:24:49 UTC
harmony-v3.3.7
Tip revision: 1b2e6b8
.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