From 2b7ff15f16d6ae55ed51ce70b55f396830615a86 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Fri, 24 May 2019 19:48:26 +0200 Subject: Add behat test for combinable --- .travis.yml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3