Skip to content

Commit

Permalink
Update Travis config; remove AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 30, 2019
1 parent 6b92df3 commit 71384c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
sudo: false
language: node_js
os:
- linux
- windows
node_js:
- node
- 12
- 10
script:
- npm run ci
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
17 changes: 0 additions & 17 deletions appveyor.yml

This file was deleted.

0 comments on commit 71384c6

Please sign in to comment.