You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2018/02/21 14:35:49 UTC

[kibble] branch master updated: ergh, yaml and regex...

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc1ccd  ergh, yaml and regex...
bdc1ccd is described below

commit bdc1ccd9d6948aaa605c37c0277511375a6d7d1f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Feb 21 15:35:41 2018 +0100

    ergh, yaml and regex...
---
 api/yaml/sourcetypes.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/yaml/sourcetypes.yaml b/api/yaml/sourcetypes.yaml
index 20fa7e9..1a0a4e2 100644
--- a/api/yaml/sourcetypes.yaml
+++ b/api/yaml/sourcetypes.yaml
@@ -75,7 +75,7 @@ buildbot:
 travis:
     title: Travis CI Server
     description: The Travis CI Service - Grabs all jobs in one go. Specify .com or .org
-    regex: "https?://travis-ci\.(com|org)/?"
+    regex: "https?://travis-ci[.](com|org)/?"
     example: https://travis-ci.org/
     authrequired: true
     optauth:

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.