From: David Lawrence Date: Wed, 14 May 2014 20:49:21 +0000 (-0400) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.2.10~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=497686e95b1a2bf811cd74e7a39396ebede13f25;p=thirdparty%2Fbugzilla.git Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci - Only run webservices for Pg with Perl 5.12 due to interaction bug in 5.10 --- diff --git a/.travis.yml b/.travis.yml index 0822e1d8ba..ffe82a7031 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: env: TEST_SUITE=webservices DB=mysql - perl: 5.12 env: TEST_SUITE=selenium DB=mysql - - perl: 5.12 + - perl: 5.10 env: TEST_SUITE=webservices DB=pg - perl: 5.12 env: TEST_SUITE=selenium DB=pg