UNPKG

common-roots

Version:

find root directories (containing .git or other)

20 lines (16 loc) 372 B
version: "{build}" build: off skip_tags: true environment: matrix: - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "7" - nodejs_version: "8" install: - ps: Install-Product node $env:nodejs_version - set PATH=%APPDATA%\npm;%PATH%;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin - npm i test_script: - npm test