Skip to content

Commit ccd0439

Browse files
committed
Add php 7.1 & 7.2 to travis tests and drop the 5.3 multisite test
1 parent 2c7c73b commit ccd0439

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ branches:
1313
php:
1414
- 5.6
1515
- 7.0
16+
- 7.1
17+
- 7.2
1618
- nightly
1719

1820
env:
@@ -24,9 +26,6 @@ matrix:
2426
- dist: precise
2527
php: 5.3
2628
env: WP_VERSION=latest WP_MULTISITE=0
27-
- dist: precise
28-
php: 5.3
29-
env: WP_VERSION=latest WP_MULTISITE=1
3029
allow_failures:
3130
- php: nightly
3231

0 commit comments

Comments
 (0)