From 44ef9bb5a207ce57ca9675d39f96d4a190aa3819 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Tue, 15 Nov 2016 13:17:07 +1100 Subject: [PATCH] Travis modifications. --- .travis.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) 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