Fix travis CI and use correct branch in README

This commit is contained in:
Alexander
2020-07-22 14:02:28 +12:00
parent f72a03aa5a
commit a252f55bdf
2 changed files with 10 additions and 7 deletions

View File

@@ -5,7 +5,10 @@ cache:
- $HOME/.composer/cache
addons:
postgresql: "9.3"
postgresql: "9.5"
services:
- mysql
php:
- 7.0
@@ -17,16 +20,16 @@ env:
matrix:
include:
- php: 5.5
env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
- php: 5.5
env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
- php: 5.6
env: DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
- php: 5.6
env: DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
before_install:
- phpenv config-rm xdebug.ini
- cd ../..
- composer selfupdate
- composer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1
- composer create-project -n --no-dev moodlehq/moodle-plugin-ci ci ^1
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
install: