summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-04-29 15:55:49 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-04-29 15:55:49 +0200
commite1f9d0154af5c8470a180ea27e8aa49e534f08b1 (patch)
tree1f17af3c774d6176ca7391ecf6f63e522b7eabec /.travis.yml
parent737ffe4a360ad028836522bddd658e234e71bbc7 (diff)
downloadbugzilla-e1f9d0154af5c8470a180ea27e8aa49e534f08b1.tar.gz
bugzilla-e1f9d0154af5c8470a180ea27e8aa49e534f08b1.tar.xz
Disable WebService/Selenium tests temporarily in Travis CI til a resolution can be found.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.travis.yml b/.travis.yml
index 0f15c1764..bede4a72f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,10 +12,6 @@ perl:
env:
- TEST_SUITE=sanity
- TEST_SUITE=docs
- - TEST_SUITE=webservices DB=mysql
- - TEST_SUITE=selenium DB=mysql
- - TEST_SUITE=webservices DB=pg
- - TEST_SUITE=selenium DB=pg
matrix:
exclude:
@@ -25,30 +21,6 @@ matrix:
env: TEST_SUITE=docs
- perl: 5.14
env: TEST_SUITE=docs
- - perl: 5.10
- env: TEST_SUITE=webservices DB=mysql
- - perl: 5.10
- env: TEST_SUITE=webservices DB=pg
- - perl: 5.10
- env: TEST_SUITE=selenium DB=mysql
- - perl: 5.10
- env: TEST_SUITE=selenium DB=pg
- - perl: 5.12
- env: TEST_SUITE=webservices DB=mysql
- - perl: 5.12
- env: TEST_SUITE=webservices DB=pg
- - perl: 5.12
- env: TEST_SUITE=selenium DB=mysql
- - perl: 5.12
- env: TEST_SUITE=selenium DB=pg
- - perl: 5.14
- env: TEST_SUITE=webservices DB=mysql
- - perl: 5.14
- env: TEST_SUITE=webservices DB=pg
- - perl: 5.14
- env: TEST_SUITE=selenium DB=mysql
- - perl: 5.14
- env: TEST_SUITE=selenium DB=pg
before_install:
- git clone https://github.com/bugzilla/qa.git -b master qa