]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
authorDavid Lawrence <dkl@mozilla.com>
Fri, 2 May 2014 15:19:54 +0000 (15:19 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 2 May 2014 15:20:29 +0000 (15:20 +0000)
- Load from bugzilla/qa repo on github

.travis.yml

index 7f250bbfac0fd814984de659ca83062f703012ca..088481bbd1d23cb7cc0f8c483da8853253b16556 100644 (file)
@@ -19,7 +19,7 @@ matrix:
       env: TEST_SUITE=docs
 
 before_install:
-  - git clone https://github.com/dklawren/qa.git -b 4.4 qa
+  - git clone https://github.com/bugzilla/qa.git -b 4.4 qa
 
 install: true