From f19c4fb2a2c480f5456911a59e46f8b6f049c243 Mon Sep 17 00:00:00 2001 From: Viktor Kovacs Date: Wed, 12 May 2021 20:16:45 +0200 Subject: [PATCH] Windows build on travis. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 088a9b9..99fea1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: node_js os: - - linux + - windows - osx + - linux node_js: - "15"