-
Notifications
You must be signed in to change notification settings - Fork 36
/
.travis.yml
124 lines (124 loc) · 3.31 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
language: php
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
matrix:
include:
- dist: precise
php: 5.3
script: bin/unit-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=57 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=56 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=55 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=54 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=53 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=52 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=51 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=50 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=49 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=48 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=47 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=46 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=45 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=44 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=43 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=42 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=41 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=40 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=39 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=38 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=37 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=36 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=35 INTEGRATION_TESTS=true
script: bin/integration-tests
- dist: trusty
php: 7.3
env: WORDPRESS_VERSION=34 INTEGRATION_TESTS=true
script: bin/integration-tests
services:
- docker
install:
- composer self-update --rollback
- composer install
- if [[ "$INTEGRATION_TESTS" == "true" ]]; then sudo service mysql stop; fi
script:
- bin/unit-tests
- bin/check-style
notifications:
email: false
slack:
secure: uttJ78cpkV9czhoKXtAoop8UBWPVtF+fwKlKS47c4EW7ZfVx9jAII2yLb5yZjdLDnM7YAluujUBIqyESvwLY0h7azLsorSIEqNt9GlBi4B7DSGAdo46lFbqsdjrLwM1gOhiP7Fl4hFiQ2+jA9Fsj3W2yZ6rbF7endv7Gx5FMlFg=