From 1c9ca22b938b823166ce526196293bce5871ad15 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 14 Dec 2020 00:06:20 +0200 Subject: [PATCH] chore(travis) rm windows --- .travis.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index ede6ca46..7e8dcae8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,20 +6,9 @@ node_js: cache: npm: false -matrix: - allow_failures: - - os: windows - os: - linux - - osx - - windows - -# https://docs.travis-ci.com/user/customizing-the-build/#git-end-of-line-conversion-control -# need for windows -git: - autocrlf: input - + - os x script: - npm run lint && npm run build && npm run coverage && npm run report