From: David Lawrence Date: Thu, 15 May 2014 02:49:10 +0000 (+0000) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.2.10~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aa80e139389ceff81e34fe86f3b6592625e9856;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 ffe82a7031..8eb77ddff6 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