From: David Lawrence Date: Wed, 14 May 2014 20:50:16 +0000 (-0400) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.0.14~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ca46616be2f63220bc5c5fdc65221e8ab9be85e;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 36a6fc8671..6fb61bf1fb 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