Oops.. LF logic was correct. So put that part back.

This commit is contained in:
Rene Rivera 2016-03-20 23:09:30 -05:00
parent cd34bdc05b
commit 44ee31a869

View file

@ -85,7 +85,7 @@ before_script:
if [[ "${RELEASE_BUILD}" == "LF" ]]; then
cd "${TRAVIS_BUILD_DIR}"
git config core.eol lf
git config core.autocrlf true
git config core.autocrlf input
git rm --cache -r .
git reset --quiet --hard HEAD
git submodule update --init --recursive