Make changelog build commits not trigger a travis build

There is no reason to build tests on these as they are automated
and not often checked, plus, they do not modify code and the
changelog yaml should already be verified when it was merged

[ci skip]
This commit is contained in:
oranges
2016-06-01 00:29:26 +00:00
parent b993ba0b86
commit 2027f0006f
2 changed files with 2 additions and 2 deletions

View File

@@ -262,7 +262,7 @@ function checkchangelog($payload, $merge = false) {
}
$content = array (
'branch' => $payload['pull_request']['base']['ref'],
'message' => 'Automatic changelog generation for PR #'.$payload['pull_request']['number'],
'message' => 'Automatic changelog generation for PR #'.$payload['pull_request']['number'].'[ci skip]',
'content' => base64_encode($file)
);
$scontext = array('http' => array(