Skip to content

Commit

Permalink
use Travis CI Windows build instead of AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Oct 17, 2018
1 parent 3145d2b commit 1c9fe9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,8 @@ branches:
except: /^v\d/
language: node_js
node_js: node
after_script: node_modules/.bin/nyc report | npx coveralls
matrix:
include:
- after_script: node_modules/.bin/nyc report | npx coveralls
- os: windows
script: node test.js
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -2,7 +2,6 @@

[![npm version](https://img.shields.io/npm/v/dl-tar.svg)](https://www.npmjs.com/package/dl-tar)
[![Build Status](https://travis-ci.org/shinnn/dl-tar.svg?branch=master)](https://travis-ci.org/shinnn/dl-tar)
[![Build status](https://ci.appveyor.com/api/projects/status/83sbr9dtbp3hreoy/branch/master?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/dl-tar/branch/master)
[![Coverage Status](https://img.shields.io/coveralls/shinnn/dl-tar.svg)](https://coveralls.io/github/shinnn/dl-tar?branch=master)

A [Node.js](https://nodejs.org/) module to download and extract a [tar](https://www.gnu.org/software/tar/) archive with the [Observable](https://tc39.github.io/proposal-observable/) API
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

0 comments on commit 1c9fe9d

Please sign in to comment.