From: David Lawrence Date: Wed, 7 May 2014 16:13:03 +0000 (+0000) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.0.14~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2a191436e5fc23afe0f127e40210392c6ed13a7;p=thirdparty%2Fbugzilla.git Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci --- diff --git a/.travis.yml b/.travis.yml index f0e1f005db..5dfde68b9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,17 +6,17 @@ perl: env: - TEST_SUITE=sanity - TEST_SUITE=docs - - TEST_SUITE=webservices - - TEST_SUITE=selenium + - TEST_SUITE=webservices DB=mysql + - TEST_SUITE=selenium DB=mysql matrix: exclude: - perl: 5.12 env: TEST_SUITE=docs - perl: 5.12 - env: TEST_SUITE=webservices + env: TEST_SUITE=webservices DB=mysql - perl: 5.12 - env: TEST_SUITE=selenium + env: TEST_SUITE=selenium DB=mysql before_install: - git clone https://github.com/bugzilla/qa.git -b 4.0 qa