On Thu, Jul 31, 2014 at 5:57 PM, Michal Čihař <michal(a)cihar.com> wrote:
Hi
Dne Thu, 31 Jul 2014 15:14:39 +0530
Chirayu Chiripal <chirayu.chiripal(a)gmail.com> napsal(a):
I was just wondering that do we really need
Travis CI builds for the
weblate translation changes as it does not affect test cases.
Probably not, we do check if po files compile there, but this really
does not happen much often now.
So why not just ignore builds for those commits
and avoid wastage of
resources and keep them available for PR?
As weblate changes are so often it is just an overhead on Travis and
Scrutinizer causing delays for other PR's and commits unnecessarily.
To skip a build on Travis CI & Scrutinizer CI we can add "[ci skip]" or
"[skip ci]" in the commit message (see [1] & [2]). Is it possible to do
so?
I've just added this, thanks for suggestion!
Thanks. This will help in getting results early for PR's in peak hours.