Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joneug authored Mar 27, 2017
1 parent 54fff96 commit 540cfeb
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ php:

env:
matrix:
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
- DB=mysqli MOODLE_BRANCH=master
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=MOODLE_32_STABLE
- DB=mysqli MOODLE_BRANCH=master

matrix:
allow_failures:
- env: DB=pgsql MOODLE_BRANCH=master
- env: DB=mysqli MOODLE_BRANCH=master
fast_finish: true

before_install:
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 540cfeb

Please sign in to comment.