From d22f063db995f78e4d4ffd3d3b685302684609c4 Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Wed, 25 Sep 2019 14:13:21 +0200 Subject: [PATCH] Update TravisCI in due of MySQL error build and new major Moodle release See blackboard-open-source/moodle-plugin-ci#92 --- .travis.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a38a050..a1ddbef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,11 @@ language: php sudo: false +services: + - mysql + addons: postgresql: "9.4" - mariadb: "5.5.60" php: - 7.1 @@ -14,13 +16,11 @@ php: env: global: - MOODLE_BRANCH=master - - MOODLE_BRANCH=MOODLE_35_STABLE - - MOODLE_BRANCH=MOODLE_36_STABLE - MOODLE_BRANCH=MOODLE_36_STABLE + - MOODLE_BRANCH=MOODLE_37_STABLE matrix: - DB=pgsql - DB=mysqli - - DB=mariadb before_install: - phpenv config-rm xdebug.ini diff --git a/README.md b/README.md index ad82b0f..75cc102 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Moodle FontAwesome Filter [![Build Status](https://travis-ci.org/adpe/moodle-filter_fontawesome.svg?branch=master)](https://travis-ci.org/adpe/moodle-filter_fontawesome) +# Moodle FontAwesome Filter [![Build Status](https://travis-ci.org/ffhs/moodle-filter_fontawesome.svg?branch=master)](https://travis-ci.org/ffhs/moodle-filter_fontawesome) ## Introduction This filter allows you to use fontawesome icons in the Moodle text editor without worrying about having your div's stripped out by the Moodle Atto/TinyMCE HTML cleaner.