Skip to content

Commit

Permalink
inserted allow failures in travs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Jun 1, 2017
1 parent e04e9bc commit a04b549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ addons:
postgresql: "9.3"

matrix:
allow_failures:
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=master
exclude:
- php: 7.1
env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
Expand Down

0 comments on commit a04b549

Please sign in to comment.