summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-05-07 18:15:25 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-05-07 18:15:25 +0200
commitf9327d650f14532dab6669388654902d93a2d795 (patch)
tree82c1dbabeea51cb5333efb18f3c1f3b72fda49b4 /.travis.yml
parentdb9b2ad15f7adaefa3960542b6ccda91ad6112b6 (diff)
downloadbugzilla-f9327d650f14532dab6669388654902d93a2d795.tar.gz
bugzilla-f9327d650f14532dab6669388654902d93a2d795.tar.xz
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index fe28d22bc..1019b8092 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,17 +6,17 @@ perl:
env:
- TEST_SUITE=sanity
- TEST_SUITE=docs
- - TEST_SUITE=webservices
- - TEST_SUITE=selenium
+ - TEST_SUITE=webservices DB=mysql
+ - TEST_SUITE=selenium DB=mysql
matrix:
exclude:
- perl: 5.12
env: TEST_SUITE=docs
- perl: 5.12
- env: TEST_SUITE=webservices
+ env: TEST_SUITE=webservices DB=mysql
- perl: 5.12
- env: TEST_SUITE=selenium
+ env: TEST_SUITE=selenium DB=mysql
before_install:
- git clone https://github.com/bugzilla/qa.git -b 4.2 qa
@@ -29,11 +29,9 @@ after_failure:
- sudo cat /var/log/apache2/error.log
notifications:
- on_success: never
+ on_success: change
on_failure: always
irc: "irc.mozilla.org#qa-bugzilla"
email:
recipients:
- dkl@mozilla.com
- on_success: change
- on_failure: always