Skip to content

Commit 181b7f1

Browse files
committed
Remove Travis integration from this repository
GHA integration has been added recently: #159 Jobs in this repo are a lot (of combinations) and they keep our travis busy for hours, not allowing other repos to advance. Plus, solve critical (:-P) typo in comment. This closes #161
1 parent 293609b commit 181b7f1

File tree

4 files changed

+1
-191
lines changed

4 files changed

+1
-191
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
include:
1313
# PostgreSQL (highest, lowest php supported)
14-
- { branch: master, php: "8.0", database: pgsql, suite: phpunit-full } # Full run only for mater.
14+
- { branch: master, php: "8.0", database: pgsql, suite: phpunit-full } # Full run only for master.
1515
- { branch: master, php: "7.3", database: pgsql, suite: phpunit-full }
1616
- { branch: MOODLE_311_STABLE, php: "8.0", database: pgsql, suite: phpunit } # Other branches, quicker run.
1717
- { branch: MOODLE_311_STABLE, php: "7.3", database: pgsql, suite: phpunit }

.travis.yml

-115
This file was deleted.

tests/setup.sh

-51
This file was deleted.

tests/test.sh

-24
This file was deleted.

0 commit comments

Comments
 (0)