diff --git a/.travis.yml b/.travis.yml index d6fea37e..709d9926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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