Skip to content

Commit 5a50a68

Browse files
committed
Final Travis config
1 parent c73c7a7 commit 5a50a68

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ env:
4141
matrix:
4242
fast_finish: true
4343
include:
44-
- name: "Coding standard check"
44+
- name: "PHP:7.4 - Coding standard check"
4545
php: 7.4
4646
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
47-
- name: "Unit tests code coverage"
47+
- name: "PHP:7.4 - Unit tests code coverage"
4848
php: 7.4
4949
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
50-
- name: "Unit tests using WordPress nightly"
50+
- name: "PHP:7.4 - Unit tests using WordPress nightly"
5151
php: 7.4
5252
env: WP_VERSION=nightly WP_MULTISITE=0
5353
allow_failures:

tests/test-sample.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)