chore(travis) rm windows

This commit is contained in:
coderaiser 2020-12-14 00:06:20 +02:00 committed by GitHub
parent 5a1a39478f
commit 1c9ca22b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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