diff --git a/.travis.yml b/.travis.yml index 75ba988..7924294 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ cache: php: - 5.6 + - 7.0 env: - DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE @@ -22,21 +23,6 @@ env: - DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE - DB=mysqli MOODLE_BRANCH=master -matrix: - include: - - php: 7.0 - env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE - - php: 7.0 - env: DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE - - php: 7.0 - env: DB=pgsql MOODLE_BRANCH=master - - php: 7.0 - env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE - - php: 7.0 - env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE - - php: 7.0 - env: DB=mysqli MOODLE_BRANCH=master - before_install: - phpenv config-rm xdebug.ini - cd ../.. @@ -48,6 +34,7 @@ install: - moodle-plugin-ci install script: + - echo "nothing to do" - moodle-plugin-ci phplint - moodle-plugin-ci phpcpd - moodle-plugin-ci phpmd