From: David Lawrence Date: Tue, 28 Oct 2014 14:33:11 +0000 (-0400) Subject: Update travis.yml file to pull tests from 5.0 branch X-Git-Tag: bugzilla-5.0rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e46d339a0b074fc07f785ccbfcd40f9df12228c7;p=thirdparty%2Fbugzilla.git Update travis.yml file to pull tests from 5.0 branch --- 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