https://github.com/mishoo/UglifyJS
Raw File
Tip revision: 69931574e14d3ec58141b9ce2ef679f21caf5991 authored by Alex Lam S.L on 22 May 2018, 17:09:12 UTC
v3.3.27
Tip revision: 6993157
appveyor.yml
environment:
  matrix:
    - nodejs_version: "0.10"
    - nodejs_version: "0.12"
    - nodejs_version: "4"
    - nodejs_version: "6"
    - nodejs_version: "8"
install:
  - ps: Install-Product node $env:nodejs_version
  - set UGLIFYJS_TEST_ALL=1
  - npm install
build: off
cache:
  - tmp
matrix:
  fast_finish: true
test_script:
  - node --version
  - npm --version
  - npm test
back to top