https://github.com/mishoo/UglifyJS
Raw File
Tip revision: e2888bdc437142e95695220ac3b53511ef6edc53 authored by Alex Lam S.L on 10 May 2017, 06:26:58 UTC
Merge pull request #1901 from alexlamsl/harmony-v3.0.3
Tip revision: e2888bd
.travis.yml
language: node_js
before_install: "npm install -g npm"
node_js:
    - "0.10"
    - "0.12"
    - "4"
    - "6"
env:
    - UGLIFYJS_TEST_ALL=1
matrix:
  fast_finish: true
sudo: false
back to top