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