UNPKG

ccxt-compiled

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 90+ exchanges

24 lines (23 loc) 429 B
environment: matrix: - nodejs_version: '8' install: - ps: Install-Product node $env:nodejs_version - set CI=true - npm install --global npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm install matrix: fast_finish: true build: off shallow_clone: true before_test: - cinst pandoc - pandoc -v test_script: - node --version - npm --version - npm run build - npm run test-base cache: - '%APPDATA%\npm-cache'