https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 2fd927a7ccfb55de415bf1faafb45e5006ca9984 authored by Alex Lam S.L on 29 October 2017, 04:38:10 UTC
v3.1.6
Tip revision: 2fd927a
.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