summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-05-02 17:19:54 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-05-02 17:20:29 +0200
commitfc76ec4931c9d8e22c3ad4dc9988869a6832d8b1 (patch)
tree0253fdddf54f0f1da09200a47381bd8f141a76b1 /.travis.yml
parent8472ce66c391dd9f8f777eb1f13d575bd9e80d04 (diff)
downloadbugzilla-fc76ec4931c9d8e22c3ad4dc9988869a6832d8b1.tar.gz
bugzilla-fc76ec4931c9d8e22c3ad4dc9988869a6832d8b1.tar.xz
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
- Load from bugzilla/qa repo on github
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f250bbfa..088481bbd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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