HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/js-beautify/appveyor.yml
version: 1.6+{build}

nuget:
  disable_publish_on_pr: true

deploy: off

# Test against this version of Node.js
environment:
  global:
    nodejs_version: "0.12"

  matrix:
    - PYTHON: "C:\\Python27"
      PYTHON_VERSION: "2.7.x"
      PYTHON_ARCH: "32"

# Install scripts. (runs after repo cloning)
install:
  # Get the latest stable version of Node.js or io.js
  - ps: Install-Product node $env:nodejs_version
  - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
  - pip --version

# Post-install test scripts.
test_script:
  # Output useful info for debugging.
  - node --version
  - npm --version
  - python --version
  # run tests
  - bash -c "./build ci"

# Don't actually build.
build: off