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 24, 2018
1 parent b2b8f29 commit b8cf545
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ branches:
language: node_js
node_js: node
after_script: node_modules/.bin/nyc report | npx coveralls
env:
global:
matrix:
include:
- env:
- COVERALLS_SERVICE_NAME=travis-pro
- secure: 1uL9gKovrmks9rDc9Rjrd+EAI3CCTgDhyfuzrle/5cSF95TPk+xGDyM4NIWoujcTyGuJaTbVSfADsIfIl+U0b2kSf9GD2ObPw/gSl0KiH1mibchBvHoQ5Ls1hImJ3v9ikZK9zzJrEFCx9xkB8gQmyLC527qqGf8+Ba2ZPjyAWTcS+vE+Lxx2CrkPDeZJDwI+5alfgDj7CP7aQPYPwrgbSAamz/aIhfe9GguVNuPOKwX0yBmvbVwZ17OX/qFmUYqctJd5sV41VUL7Gqs8Fb21W+VTAbg76RgFLSZvdyIDrfeL6jZsHB3kbsxmeXXZk2z6eJnv4UGmdUgc+jjQUNxfB+fz0crC5WXQPte8CN6QblvidO2v/se88xFPlX1sF6DrSghjBBgFm5khangeOTqbJTfw7mdF/ry5Q5vUjnv6Nt//BRAJ/dDSXTsaUKEqdwAy8OVofoUDc9th0XqlYG+r/K3NaLR7JhNsvBqjidhch2BtuVPL6mudRzw2WLcYANWRNrTPQVt9s6t3pAqKbHWzrzakQY2e2PFfs+TPnYRrSPV/4Ha4N+SQxSxbPSgJAukhZf663I+ODExpFuIqaNWIC9BkBWsAzTBg2YdnOiCtIbfzGIW75Pa+2VRnAM09w5bQjylYKgSwR86Z1AteMT+TBwtuLe3XNXrkS2XKjsr66wc=
after_script: node_modules/.bin/nyc report | npx coveralls
- os: windows
script: node test.js
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

A path of the currently executed [npm CLI](https://github.com/npm/npm)
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

0 comments on commit b8cf545

Please sign in to comment.