]> 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:15:25 +0000 (16:15 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 7 May 2014 16:15:25 +0000 (16:15 +0000)
.travis.yml

index fe28d22bca33c29b66fbb462d13b2242dbc9f62e..1019b8092e1bc771cd926f974b5adb91e4b4bd20 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.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