Skip to content

Commit 71384c6

Browse files
committed
Update Travis config; remove AppVeyor
1 parent 6b92df3 commit 71384c6

2 files changed

Lines changed: 4 additions & 19 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
sudo: false
21
language: node_js
2+
os:
3+
- linux
4+
- windows
35
node_js:
46
- node
57
- 12
68
- 10
79
script:
810
- npm run ci
911
after_success:
10-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
12+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

appveyor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)