forked from mirrors/qmk_firmware
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 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 dos2unix
|
||||||
git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add
|
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 commit -m "convert to unix line-endings [skip ci]" && git push git@github.com:qmk/qmk_firmware.git master
|
||||||
git push git@github.com:qmk/qmk_firmware.git master
|
|
||||||
|
|
||||||
increment_version ()
|
increment_version ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue