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 Dec 11, 2018
1 parent e0aa9f0 commit 32b24d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 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 --reporter=text-lcov | npx coveralls
matrix:
include:
- after_script: node_modules/.bin/nyc report --reporter=text-lcov | npx coveralls
- os: windows
script: node test.js
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -2,14 +2,13 @@

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

[Babel](https://babeljs.io/) plugin for [Metalsmith](https://github.com/segmentio/metalsmith)

## Installation

[Use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/getting-started/what-is-npm):
[Use](https://docs.npmjs.com/cli/install) [npm](https://docs.npmjs.com/about-npm/):

```
npm install metalsmith-babel
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

0 comments on commit 32b24d1

Please sign in to comment.