Skip to content

Commit a04b549

Browse files
committed
inserted allow failures in travs.yml
1 parent e04e9bc commit a04b549

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ addons:
1818
postgresql: "9.3"
1919

2020
matrix:
21+
allow_failures:
22+
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
23+
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
24+
- DB=pgsql MOODLE_BRANCH=master
25+
- DB=mysqli MOODLE_BRANCH=master
2126
exclude:
2227
- php: 7.1
2328
env: DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE

0 commit comments

Comments
 (0)