https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 94b19a9c46917ba1ebe202d79ab8ced622fd2b45 authored by Alex Lam S.L on 06 November 2017, 22:05:40 UTC
harmony-v3.1.8
Tip revision: 94b19a9
.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