Skip to content

Commit

Permalink
Update TravisCI in due of MySQL error build and new major Moodle release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Perez committed Sep 25, 2019
1 parent 730960b commit 14058f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: php

sudo: false

services:
- mysql

addons:
postgresql: "9.4"
mariadb: "5.5.60"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 14058f9

Please sign in to comment.