]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 983275 - Switch Bugzilla's CI testing from Tinderbox to travis-ci
authorDavid Lawrence <dkl@mozilla.com>
Wed, 7 May 2014 16:13:03 +0000 (16:13 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 7 May 2014 16:13:03 +0000 (16:13 +0000)
.travis.yml

index f0e1f005dbff2f71db407b4196c46d37145eff03..5dfde68b9a0302c9d6ed74b924328b356daf4bde 100644 (file)
@@ -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.0 qa