CryptoDashboard/appveyor.yml
2022-02-27 15:37:42 +01:00

14 lines
295 B
YAML

environment:
nodejs_version: "7"
install:
- ps: Install-Product node $env:nodejs_version
- npm install --loglevel=error # no warnings
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# run tests
- npm run build
# Don't actually build.
build: off