UNPKG

format-data

Version:

Format tabular data from object streams to different (standard) formats

28 lines (22 loc) 436 B
# appveyor file # http://www.appveyor.com/docs/appveyor-yml # branches to build branches: # whitelist only: - master # build version format version: "{build}" # what combinations to test environment: matrix: - nodejs_version: 0.10 # Get the stable version of node install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - cmd: npm test