Skip to content

Commit

Permalink
fix(ci): use Travis for Windows builds
Browse files Browse the repository at this point in the history
This commit fixes failing CI and updates the list of checked Node versions to included the latest LTS releases. The main change is that it drops AppVeyor in favor of Travis for Windows builds.
  • Loading branch information
demurgos committed Oct 12, 2018
1 parent 1cc979f commit 007add7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 23 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
sudo: false

language: node_js

node_js:
- '0.12'
- '4'
- '5'
- '0.12'
- '4'
- '6'
- '8'
- '10'

os:
- windows
- linux
- osx
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Build Status](https://travis-ci.org/tapjs/signal-exit.png)](https://travis-ci.org/tapjs/signal-exit)
[![Coverage](https://coveralls.io/repos/tapjs/signal-exit/badge.svg?branch=master)](https://coveralls.io/r/tapjs/signal-exit?branch=master)
[![NPM version](https://img.shields.io/npm/v/signal-exit.svg)](https://www.npmjs.com/package/signal-exit)
[![Windows Tests](https://img.shields.io/appveyor/ci/bcoe/signal-exit/master.svg?label=Windows%20Tests)](https://ci.appveyor.com/project/bcoe/signal-exit)
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

When you want to fire an event no matter how a process exits:
Expand Down
19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

0 comments on commit 007add7

Please sign in to comment.