Add Windows to Travis config (#775)

This will help to catch somewhat frequent Windows-specific issues in the future (latest example: #774).
This commit is contained in:
Ingvar Stepanyan
2020-07-08 14:28:31 +01:00
committed by GitHub
parent 57418034c4
commit 9816be83ab

View File

@ -2,3 +2,6 @@ language: node_js
cache: npm
script: npm run build
after_success: npm run sizereport
os:
- linux
- windows