Skip to content

Commit

Permalink
Use Travis to test on Windows (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch authored and sindresorhus committed Feb 20, 2019
1 parent eba55fb commit 1e0bac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
os:
- linux
- windows
language: node_js
node_js:
- '10'
Expand Down
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# imagemin-svgo [![Build Status](https://travis-ci.org/imagemin/imagemin-svgo.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-svgo) [![Build status](https://ci.appveyor.com/api/projects/status/esa7m3u8bcol1mtr/branch/master?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/imagemin-svgo/branch/master)
# imagemin-svgo [![Build Status](https://travis-ci.org/imagemin/imagemin-svgo.svg?branch=master)](https://travis-ci.org/imagemin/imagemin-svgo)

> [SVGO](https://github.com/svg/svgo) imagemin plugin
Expand Down

0 comments on commit 1e0bac3

Please sign in to comment.