]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update travis.yml file to pull tests from 5.0 branch
authorDavid Lawrence <dkl@mozilla.com>
Tue, 28 Oct 2014 14:33:11 +0000 (10:33 -0400)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 28 Oct 2014 14:34:04 +0000 (10:34 -0400)
.travis.yml

index eed86e0a300ed6fa24ad1cf1c3d681fd04faa5c9..c7819de349ed30f952e047d9f8ec67b695e7e178 100644 (file)
@@ -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