We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73c7a7 commit 5a50a68Copy full SHA for 5a50a68
.travis.yml
@@ -41,13 +41,13 @@ env:
41
matrix:
42
fast_finish: true
43
include:
44
- - name: "Coding standard check"
+ - name: "PHP:7.4 - Coding standard check"
45
php: 7.4
46
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
47
- - name: "Unit tests code coverage"
+ - name: "PHP:7.4 - Unit tests code coverage"
48
49
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
50
- - name: "Unit tests using WordPress nightly"
+ - name: "PHP:7.4 - Unit tests using WordPress nightly"
51
52
env: WP_VERSION=nightly WP_MULTISITE=0
53
allow_failures:
tests/test-sample.php
0 commit comments