From d837afbacff7bb71be8908d300a914ffdf09e6b4 Mon Sep 17 00:00:00 2001 From: Shogo Sensui Date: Sun, 13 Jan 2019 17:25:47 +0900 Subject: [PATCH] Use Travis to test on Windows (#309) --- .travis.yml | 3 +++ appveyor.yml | 21 --------------------- readme.md | 2 +- 3 files changed, 4 insertions(+), 22 deletions(-) delete mode 100755 appveyor.yml diff --git a/.travis.yml b/.travis.yml index 2ae9d62..8eb7ffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +os: + - linux + - windows language: node_js node_js: - '10' diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100755 index 593a7fd..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,21 +0,0 @@ -environment: - matrix: - - nodejs_version: '10' - - nodejs_version: '8' - - nodejs_version: '6' -install: - - ps: Install-Product node $env:nodejs_version - - set CI=true - - npm -g install npm@latest - - set PATH=%APPDATA%\npm;%PATH% - - npm install -matrix: - fast_finish: true -build: off -version: '{build}' -shallow_clone: true -clone_depth: 1 -test_script: - - node --version - - npm --version - - npm test diff --git a/readme.md b/readme.md index 7e81365..44aa4c4 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# imagemin [![Build Status](https://travis-ci.org/imagemin/imagemin.svg?branch=master)](https://travis-ci.org/imagemin/imagemin) [![Build status](https://ci.appveyor.com/api/projects/status/wlnem7wef63k4n1t?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin) +# imagemin [![Build Status](https://travis-ci.org/imagemin/imagemin.svg?branch=master)](https://travis-ci.org/imagemin/imagemin) > Minify images seamlessly