attempt to fix line-ending travis stuff

This commit is contained in:
Jack Humbert 2017-08-21 23:39:06 -04:00
parent 7a445d9167
commit 11d27cec1e
1 changed files with 2 additions and 1 deletions

View File

@ -18,10 +18,11 @@ eval `ssh-agent -s`
ssh-add id_rsa_qmk_firmware
# convert to unix line-endings
git checkout master
git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 dos2unix
git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add
git commit -m "convert to unix line-endings [skip ci]"
git push git@github.com:qmk/qmk_firmware.git
git push git@github.com:qmk/qmk_firmware.git master
increment_version ()
{