From: David Lawrence Date: Thu, 15 May 2014 02:50:07 +0000 (+0000) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.4.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c6f33a7876c4ba5e88bdfcf2ce2ae8e31ad1db;p=thirdparty%2Fbugzilla.git Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci - Only run webservices for Pg and MySQL with Perl 5.12 due to interaction bug in 5.10 --- diff --git a/.travis.yml b/.travis.yml index d61061bac5..84ff37e26d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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