From df30bcddfe39edfc10eb74feca619e13a79f8d34 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Fri, 2 May 2014 15:30:45 +0000 Subject: [PATCH] Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci - Load from bugzilla/qa repo on github git-svn-id: svn://10.0.0.236/trunk@265381 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/.travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index b145cc75ffe..69e67340261 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9018 \ No newline at end of file +9019 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index e3ac883a571..95d3e5f20c6 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -8472ce66c391dd9f8f777eb1f13d575bd9e80d04 \ No newline at end of file +fc76ec4931c9d8e22c3ad4dc9988869a6832d8b1 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.travis.yml b/mozilla/webtools/bugzilla/.travis.yml index 7f250bbfac0..088481bbd1d 100644 --- a/mozilla/webtools/bugzilla/.travis.yml +++ b/mozilla/webtools/bugzilla/.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