Commit 7f747566 authored by David Lawrence's avatar David Lawrence

Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci

- Added the PostgreSQL webservices/selenium tests
parent f930f04e
......@@ -8,6 +8,8 @@ env:
- 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:
......@@ -17,6 +19,10 @@ matrix:
env: TEST_SUITE=webservices DB=mysql
- perl: 5.12
env: TEST_SUITE=selenium DB=mysql
- perl: 5.12
env: TEST_SUITE=webservices DB=pg
- perl: 5.12
env: TEST_SUITE=selenium DB=pg
before_install:
- git clone https://github.com/bugzilla/qa.git -b 4.4 qa
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment