We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a70ea commit ba1a857Copy full SHA for ba1a857
.travis.yml
@@ -12,6 +12,7 @@ node_js:
12
os:
13
- linux
14
- osx
15
+ - windows
16
17
script: npx nyc -s npm run test:node -- --bail
18
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
0 commit comments