diff --git a/.travis.yml b/.travis.yml index dbe199e..8eb7ffc 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ -sudo: false +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 75b8033..b197686 100755 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# imagemin-jpeg-recompress [![Build Status](https://travis-ci.org/imagemin/imagemin-jpeg-recompress.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-jpeg-recompress) [![Build status](https://ci.appveyor.com/api/projects/status/gl9i2tudi4oggk0v?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin-jpeg-recompress) +# imagemin-jpeg-recompress [![Build Status](https://travis-ci.org/imagemin/imagemin-jpeg-recompress.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-jpeg-recompress) > jpeg-recompress imagemin plugin