Skip to content

Commit ba1a857

Browse files
committed
chore: add windows to travis file
1 parent b4a70ea commit ba1a857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ node_js:
1212
os:
1313
- linux
1414
- osx
15+
- windows
1516

1617
script: npx nyc -s npm run test:node -- --bail
1718
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

0 commit comments

Comments
 (0)