mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 11:34:38 +00:00
update travis script
This commit is contained in:
parent
11d27cec1e
commit
dd8cedc361
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue