File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ matrix:
3434 env : PHP_VERSION=7.2 WP_VERSION=5.3
3535 - php : 7.2
3636 env : PHP_VERSION=7.2 WP_VERSION=4.9
37+ - php : 7.1
38+ env : PHP_VERSION=7.1 WP_VERSION=5.3
39+ - php : 7.1
40+ env : PHP_VERSION=7.1 WP_VERSION=4.9 COVERAGE=1
3741 - php : 7.0
38- env : PHP_VERSION=7.0 WP_VERSION=5.0
42+ env : PHP_VERSION=7.0 WP_VERSION=5.0 COVERAGE=1
3943 - php : 7.0
4044 env : PHP_VERSION=7.0 WP_VERSION=4.9
4145 - php : 5.6
4246 env : PHP_VERSION=5.6 WP_VERSION=5.0
4347 - php : 5.6
4448 env : PHP_VERSION=5.6 WP_VERSION=4.9
45- - php : 7.1
46- env : PHP_VERSION=7.1 WP_VERSION=5.3
47- - php : 7.1
48- env : PHP_VERSION=7.1 WP_VERSION=4.9 COVERAGE=1
4949 allow_failures :
5050 - env : PHP_VERSION=5.6 WP_VERSION=5.0
5151 - env : PHP_VERSION=5.6 WP_VERSION=4.9
Original file line number Diff line number Diff line change @@ -54,12 +54,9 @@ modules:
5454 adminUsername : ' %ADMIN_USERNAME%'
5555 adminPassword : ' %ADMIN_PASSWORD%'
5656 adminPath : ' /wp-admin'
57- curl :
58- CURLOPT_TIMEOUT : 60000
5957 REST :
6058 depends : WPBrowser
6159 url : ' %WP_URL%'
62- timeout : 90
6360 WPFilesystem :
6461 wpRootFolder : ' %WP_ROOT_FOLDER%'
6562 plugins : ' /wp-content/plugins'
You can’t perform that action at this time.
0 commit comments