From 2ed616948fb0a5a41af68fdbcc85f2b5f427be3a Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 2 May 2014 15:56:22 +0000 Subject: [PATCH] Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2