diff --git a/.travis.yml b/.travis.yml index 67c1922..dc1ada6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ os: - linux - osx + - windows language: node_js node_js: - '10' diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 8ca9e69..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,20 +0,0 @@ -environment: - matrix: - - nodejs_version: '10' - - nodejs_version: '8' - - nodejs_version: '6' -install: - - ps: Install-Product node $env:nodejs_version - - npm install --global npm@latest - - set PATH=%APPDATA%\npm;%PATH% - - npm install -matrix: - fast_finish: true -build: off -shallow_clone: true -test_script: - - node --version - - npm --version - - npm test -cache: - - '%APPDATA%\npm-cache' diff --git a/readme.md b/readme.md index 7e68528..4bc084e 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# find-up [![Build Status: Linux and macOS](https://travis-ci.org/sindresorhus/find-up.svg?branch=master)](https://travis-ci.org/sindresorhus/find-up) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/l0cyjmvh5lq72vq2/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/find-up/branch/master) +# find-up [![Build Status](https://travis-ci.org/sindresorhus/find-up.svg?branch=master)](https://travis-ci.org/sindresorhus/find-up) > Find a file or directory by walking up parent directories