Skip to content

Commit f18a96a

Browse files
author
Shawn Hooper
committed
Test multisite against PHP 7.3 w/ 5.2 and PHP 5.6 with 5.1
1 parent aa93ed0 commit f18a96a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ matrix:
2424
- php: 5.5
2525
env: WP_VERSION=5.1
2626
dist: precise
27+
- php: 5.6
28+
env: WP_VERSION=5.1 WP_MULTISITE=1
2729
- php: 7.3
28-
env: WP_VERSION=latest WP_MULTISITE=1
30+
env: WP_VERSION=5.2 WP_MULTISITE=1
2931
- php: 7.3
30-
env: WP_VERSION=4.5 WP_MULTISITE=1
32+
env: WP_VERSION=latest WP_MULTISITE=1
3133
- php: 7.3
3234
env: NPM_TESTS=1
3335

0 commit comments

Comments
 (0)