From 74509c178408ec5faf5e09ca96a8e1f5cf353151 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 24 Aug 2019 18:24:41 +0200 Subject: [PATCH] Travis: minor tweak Run the integration test with an open ended `testVersion`. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 993cace..09f8439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: fi # Test the ruleset. - - vendor/bin/phpcs ./Test/WPTest.php --standard=PHPCompatibilityWP --runtime-set testVersion 5.2 + - vendor/bin/phpcs ./Test/WPTest.php --standard=PHPCompatibilityWP --runtime-set testVersion 5.2- # Validate the composer.json file. # @link https://getcomposer.org/doc/03-cli.md#validate