From: David Lawrence Date: Thu, 15 May 2014 02:48:05 +0000 (+0000) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.0.14~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c20b8847e5acc2cdfdad9071ae3ffa59b519f9e;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 6fb61bf1fb..ee535bcd04 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