takenspc/gulp-convert-newline

View on GitHub
appveyor.yml

Summary

Maintainability
Test Coverage
environment:
  matrix:
    - nodejs_version: "0.10"
    - nodejs_version: "0.12"
    - nodejs_version: ""

init:
  - git config --global core.autocrlf false

install:
  - ps: Install-Product node $env:nodejs_version
  - npm install

test_script:
  - node --version
  - npm --version
  - npm run lint
  - npm run test

build: off