]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
authorDavid Lawrence <dkl@mozilla.com>
Thu, 15 May 2014 02:50:07 +0000 (02:50 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 15 May 2014 02:50:07 +0000 (02:50 +0000)
- Only run webservices for Pg and MySQL with Perl 5.12 due to interaction bug
in 5.10

.travis.yml

index d61061bac57940d4d92a26549f6d38dc0061bd0b..84ff37e26d26541a17d42fe0a1c277c1ccba64b8 100644 (file)
@@ -15,7 +15,7 @@ matrix:
   exclude:
     - perl: 5.12
       env: TEST_SUITE=docs
-    - perl: 5.12
+    - perl: 5.10
       env: TEST_SUITE=webservices DB=mysql
     - perl: 5.12
       env: TEST_SUITE=selenium DB=mysql