aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml24
1 files changed, 17 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c19281..4ce567e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ sudo: required
addons:
firefox: "47.0.1"
- postgresql: "9.4"
+ postgresql: "9.6"
apt:
packages:
- openjdk-8-jre-headless
@@ -14,13 +14,22 @@ cache:
- $HOME/.composer/cache
- $HOME/.npm
-php:
- - 7.0
- - 7.1
- - 7.2
+matrix:
+ include:
+ - php: 7.2
+ env:
+ - MOODLE_BRANCH=master
+ - DB=pgsql
-env:
- - MOODLE_BRANCH=MOODLE_34_STABLE DB=pgsql IGNORE_PATHS=mobile_src
+ - php: 7.1
+ env:
+ - MOODLE_BRANCH=MOODLE_35_STABLE
+ - DB=mysqli
+
+ - php: 7.1
+ env:
+ - MOODLE_BRANCH=MOODLE_34_STABLE
+ - DB=pgsql
before_install:
- phpenv config-rm xdebug.ini
@@ -31,6 +40,7 @@ before_install:
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
install:
+ - moodle-plugin-ci add-plugin moodleou/moodle-qtype_combined
- moodle-plugin-ci install
script: