From e46d339a0b074fc07f785ccbfcd40f9df12228c7 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 28 Oct 2014 10:33:11 -0400 Subject: [PATCH] Update travis.yml file to pull tests from 5.0 branch --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eed86e0a30..c7819de349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ matrix: env: TEST_SUITE=selenium DB=pg before_install: - - git clone https://github.com/bugzilla/qa.git -b master qa + - git clone https://github.com/bugzilla/qa.git -b 5.0 qa install: true -- 2.47.2