Skip to content

Commit

Permalink
chore(travis) windows build: git autocrlf
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 3, 2020
1 parent aeb6f76 commit 7eb31f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7eb31f9

Please sign in to comment.