mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(travis) windows build: git autocrlf
This commit is contained in:
parent
aeb6f76611
commit
7eb31f9412
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue