Merge pull request #205 from ledship/MOODLE_32_STABLE-ci

Fix MOODLE_32_STABLE travis config
This commit is contained in:
Brendan Heywood
2020-07-22 13:41:33 +10:00
committed by GitHub
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:

View File

@@ -1,5 +1,5 @@
<a href="https://travis-ci.org/catalyst/moodle-auth_outage">
<img src="https://travis-ci.org/catalyst/moodle-auth_outage.svg?branch=master">
<img src="https://travis-ci.org/catalyst/moodle-auth_outage.svg?branch=MOODLE_32_STABLE">
</a>
# Moodle Outage manager plugin