Skip to content

Commit 139de09

Browse files
committed
Fix a typo in the DB=psql setting (must be pgsql)
1 parent fe23a61 commit 139de09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TravisFileExplained.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ env:
6262
# jobs:
6363
# include:
6464
# - php: 7.3
65-
# env: MOODLE_BRANCH=MOODLE_39_STABLE DB=psql
65+
# env: MOODLE_BRANCH=MOODLE_39_STABLE DB=pgsql
6666
# - php: 7.3
6767
# env: MOODLE_BRANCH=MOODLE_39_STABLE DB=mysqli
6868
# ....

0 commit comments

Comments
 (0)