Skip to content

Commit 653be90

Browse files
committed
Moved phpcs run to php 7.3 with latest wordpress.
1 parent 107a640 commit 653be90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ matrix:
2929
- php: 7.3
3030
env: WP_VERSION=5.2 WP_MULTISITE=1
3131
- php: 7.3
32-
env: WP_VERSION=latest WP_MULTISITE=1
32+
env:
33+
- WP_VERSION=latest WP_MULTISITE=1
34+
- PHPCS=1
3335
- php: 7.3
3436
env: NPM_TESTS=1
35-
- php: 7.3
36-
env: PHPCS=1
3737
exclude:
3838
- php: 7.3
3939
env: WP_VERSION=4.5

0 commit comments

Comments
 (0)