diff options
author | David Lawrence <dkl@mozilla.com> | 2014-10-28 10:33:11 -0400 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-10-28 10:34:04 -0400 |
commit | e46d339a0b074fc07f785ccbfcd40f9df12228c7 (patch) | |
tree | 8caa303fe43f266cc35129091ba7cf5623fb93d3 | |
parent | 3eb1f9f9c91fb630090420a8c726091f23c29263 (diff) | |
download | bugs-e46d339a0b074fc07f785ccbfcd40f9df12228c7.tar bugs-e46d339a0b074fc07f785ccbfcd40f9df12228c7.tar.gz bugs-e46d339a0b074fc07f785ccbfcd40f9df12228c7.tar.bz2 bugs-e46d339a0b074fc07f785ccbfcd40f9df12228c7.tar.xz bugs-e46d339a0b074fc07f785ccbfcd40f9df12228c7.zip |
Update travis.yml file to pull tests from 5.0 branch
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index eed86e0a3..c7819de34 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 |