Commit 4af3d86f authored by David Lawrence's avatar David Lawrence

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

- Only run webservices for Pg with Perl 5.12 due to interaction bug in 5.10
parent ea232997
...@@ -19,7 +19,7 @@ matrix: ...@@ -19,7 +19,7 @@ matrix:
env: TEST_SUITE=webservices DB=mysql env: TEST_SUITE=webservices DB=mysql
- perl: 5.12 - perl: 5.12
env: TEST_SUITE=selenium DB=mysql env: TEST_SUITE=selenium DB=mysql
- perl: 5.12 - perl: 5.10
env: TEST_SUITE=webservices DB=pg env: TEST_SUITE=webservices DB=pg
- perl: 5.12 - perl: 5.12
env: TEST_SUITE=selenium DB=pg env: TEST_SUITE=selenium DB=pg
......
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