test mysql and postgres for this branch
authorDan Marsden <dan@danmarsden.com>
Wed, 18 Nov 2015 01:41:30 +0000 (14:41 +1300)
committerDan Marsden <dan@danmarsden.com>
Wed, 18 Nov 2015 01:41:30 +0000 (14:41 +1300)
.travis.yml

index f33c266..f5dbefe 100644 (file)
@@ -20,6 +20,9 @@ env:
  matrix:
   - DB=pgsql MOODLE_BRANCH=MOODLE_29_STABLE
   - DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
+  - DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
+  - DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
+
 
 before_install:
   - cd ../..