From 12a795998271aacb3a54b2816de23d174f73fb4e Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 17 Aug 2017 19:59:54 +0200 Subject: [PATCH] Add PHP 7.2 build to Travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cf14d51..22d1077 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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