From 138e51ae542c646401ca854941def686330cea8a Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Thu, 14 Feb 2019 18:07:26 +0100 Subject: [PATCH] chore: add windows to travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a0b42d437f..4a2956293d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ node_js: os: - linux - osx + - windows script: npx nyc -s npm run test:node -- --bail after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov