convert to unix line-endings [skip ci]

subvendor_ids
Jack Humbert 8 years ago
parent 11d27cec1e
commit 51a2ce6145
  1. 3
      util/travis_compiled_push.sh

@ -21,8 +21,7 @@ ssh-add id_rsa_qmk_firmware
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 master
git commit -m "convert to unix line-endings [skip ci]" && git push git@github.com:qmk/qmk_firmware.git master
increment_version ()
{

Loading…
Cancel
Save