mripard / sunxi-mali

GNU General Public License v2.0
100 stars 54 forks source link

Get rid of the "travis: Update travis-ci with new kernel releases" in the git log #65

Open rsglobal opened 5 years ago

rsglobal commented 5 years ago

I was wondering if we could put all the regression testing against new kernel into the separate pull request or into the separate branch? Here is my vision how it can be actually implemented: $ git checkout master-travis $ git reset --hard master $ <do_update .travis.yml> $ git commit -a --no-edit $ git diff master master-travis --exit-code || git push --force