From: David Lawrence Date: Fri, 2 May 2014 15:56:22 +0000 (+0000) Subject: Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci X-Git-Tag: bugzilla-4.4.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed616948fb0a5a41af68fdbcc85f2b5f427be3a;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 fe28d22bca..20212c94fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: env: TEST_SUITE=selenium before_install: - - git clone https://github.com/bugzilla/qa.git -b 4.2 qa + - git clone https://github.com/bugzilla/qa.git -b 4.4 qa install: true