mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 17:55:02 +00:00
Oops.. LF logic was correct. So put that part back.
This commit is contained in:
parent
cd34bdc05b
commit
44ee31a869
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue