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.