From 14058f9baa4ed101f0d3a3226d504f47dc9182cc 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 | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a38a050..37220b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: php sudo: false +services: + - mysql + addons: postgresql: "9.4" mariadb: "5.5.60" @@ -14,9 +17,8 @@ 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 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.