(travis) Multiple fixups to the CI lifted from blead:
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / RunMode.pm
index 39661a1..ee16bc1 100644 (file)
@@ -208,7 +208,7 @@ sub is_ci {
   return (
     ($ENV{TRAVIS}||'') eq 'true'
       and
-    ($ENV{TRAVIS_REPO_SLUG}||'') eq 'dbsrgits/dbix-class'
+    ($ENV{TRAVIS_REPO_SLUG}||'') =~ m|\w+/dbix-class$|
   )
 }