Skip to content

Commit

Permalink
moodle35 - mariadb - coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Sep 3, 2018
1 parent bdab9ec commit 07d6306
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ php:

env:
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mysqli MOODLE_BRANCH=master
- DB=mariadb MOODLE_BRANCH=MOODLE_34_STABLE
- DB=mariadb MOODLE_BRANCH=MOODLE_35_STABLE
- DB=mariadb MOODLE_BRANCH=master

before_install:
- phpenv config-rm xdebug.ini
Expand All @@ -54,3 +59,7 @@ script:
- moodle-plugin-ci phpunit
- moodle-plugin-ci behat
- moodle-plugin-ci behat --profile chrome
- moodle-plugin-ci phpunit --coverage-clover

after_success:
- moodle-plugin-ci coveralls-upload

0 comments on commit 07d6306

Please sign in to comment.