From 05f2f6cc38d21da37c94aaff6cd3b9ceea6fc45d Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 6 Mar 2019 13:21:19 +0000 Subject: [PATCH] fix: windows travis build (#952) Windows cannot have secrets (temporarily). License: MIT Signed-off-by: Alan Shaw --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb59f0eeb..12b8e9494 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,13 +11,16 @@ 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 jobs: include: + - os: windows + filter_secrets: false + cache: false + - stage: check script: - npx aegir commitlint --travis