Add PHP 7.2 build to Travis config

This commit is contained in:
Stefan Kalscheuer 2017-08-17 19:59:54 +02:00
parent 58ac6e36f1
commit 12a7959982

View File

@ -5,6 +5,7 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
before_script:
- composer install --no-interaction
- vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs