Run unit tests against PHP 7.2 as well on Travis

This commit is contained in:
Rodrigo Primo 2017-12-11 13:56:47 -02:00
parent dd59a9c51c
commit c524f5b77f
1 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@ sudo: false
php:
- 5.6
- 7.0
- 7.1
env:
- WP_VERSION=latest WP_MULTISITE=0
@ -19,9 +20,9 @@ matrix:
dist: precise
- php: 5.2
dist: precise
- php: 7.1
- php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 RUN_PHPCS=1
- php: 7.1
- php: 7.2
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
allow_failures:
- env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1