Travis modifications.

This commit is contained in:
Daniel Thee Roperto
2016-11-15 13:17:07 +11:00
parent fc2349f312
commit 44ef9bb5a2

View File

@@ -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