UNPKG

fibjs-captcha

Version:

A Lightweight Pure JavaScript Captcha for Fibjs. No C/C++, No ImageMagick, No canvas.

21 lines (20 loc) 367 B
environment: matrix: - nodejs_version: '7' install: - ps: Install-Product node $env:nodejs_version - npm install --global npm - set PATH=%APPDATA%\npm;%PATH% - npm install - npm prune matrix: fast_finish: true build: off clone_depth: 1 cache: - node_modules - '%APPDATA%\npm-cache' test_script: - node --version - npm --version - npm test