]> 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>
Thu, 8 May 2014 20:38:41 +0000 (20:38 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 8 May 2014 20:38:41 +0000 (20:38 +0000)
- Added the PostgreSQL webservices/selenium tests

.travis.yml

index 1019b8092e1bc771cd926f974b5adb91e4b4bd20..0822e1d8baa0e09dc715009ba5e7d2c48f0f9b17 100644 (file)
@@ -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.2 qa