chore(travis) windows build: git autocrlf

This commit is contained in:
coderaiser 2020-01-03 11:42:20 +02:00
parent aeb6f76611
commit 7eb31f9412

View file

@ -16,6 +16,12 @@ os:
- osx
- windows
# https://docs.travis-ci.com/user/customizing-the-build/#git-end-of-line-conversion-control
# need for windows
git:
autocrlf: input
script:
- npm run lint && npm run build && npm run coverage && npm run report