From 9816be83ab549668d52d45a3b0cc9f193182800a Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 8 Jul 2020 14:28:31 +0100 Subject: [PATCH] Add Windows to Travis config (#775) This will help to catch somewhat frequent Windows-specific issues in the future (latest example: #774). --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 00de3b3e..17e83e7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,6 @@ language: node_js cache: npm script: npm run build after_success: npm run sizereport +os: + - linux + - windows