forked from wikimedia/mediawiki-extensions-Wikibase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
50 lines (43 loc) · 1.02 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
language: php
dist: bionic
services:
- mysql
matrix:
fast_finish: true
include:
- env: DBTYPE=sqlite LANG=ru WB=both
php: 7.3
- env: DBTYPE=sqlite LANG=en WB=client
php: 7.2
- env: DBTYPE=mysql LANG=en WB=repo
php: 7.2
- env: DBTYPE=sqlite LANG=ar WB=both
php: 7.3
- env: DBTYPE=mysql LANG=en WB=both
php: 7.2
- env: DBTYPE=mysql LANG=en WB=both
php: 7.3
- env: DBTYPE=mysql LANG=en WB=both
php: 7.4
before_script:
- bash ./build/travis/install.sh
- bash ./build/travis/mw-apply-wb-settings.sh
- bash ./build/travis/update-db.sh
script:
- bash ./build/travis/script.sh
notifications:
email:
recipients:
- wikidata-ci-status@wikimedia.de
on_success: change
on_failure: always
irc:
channels:
- "chat.freenode.net#wikidata-feed"
on_success: change
on_failure: always
template:
- "%{repository}/%{branch}/%{commit} : %{author} %{message} %{build_url}"
cache:
directories:
- $HOME/.composer/cache