This has been fixed. There is now a .travis.yml
attribute under git
, autocrlf
that allows you to specify true
, false
and input
and uses that value to execute git config --global core.autocrlf <value>
.
There is a PR to add documentation pending.