From: David Lawrence Date: Wed, 14 May 2014 20:47:16 +0000 (-0400) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.4.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af3d86ffb93f41365c8cb5a81dca2c16d3ac508;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 126966e11a..d61061bac5 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