diff options
author | 2014-05-15 02:49:10 +0000 | |
---|---|---|
committer | 2014-05-15 02:49:10 +0000 | |
commit | 3aa80e139389ceff81e34fe86f3b6592625e9856 (patch) | |
tree | fd47c0ea64b22ccd4baf589b8b06cdd9e4953b3a | |
parent | Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci (diff) | |
download | bugzilla-3aa80e139389ceff81e34fe86f3b6592625e9856.tar.gz bugzilla-3aa80e139389ceff81e34fe86f3b6592625e9856.tar.bz2 bugzilla-3aa80e139389ceff81e34fe86f3b6592625e9856.zip |
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
- Only run webservices for Pg and MySQL with Perl 5.12 due to interaction bug
in 5.10
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ffe82a703..8eb77ddff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: exclude: - perl: 5.12 env: TEST_SUITE=docs - - perl: 5.12 + - perl: 5.10 env: TEST_SUITE=webservices DB=mysql - perl: 5.12 env: TEST_SUITE=selenium DB=mysql |