From ccaa222ba4098059f4762781388d243f7ad061bd Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 25 Aug 2016 23:24:57 +0200 Subject: [PATCH] Minor automated testing tweaks. * Add PHP 7.1 to the travis test matrix as it will be released soon. * Set `testVersion` for PHPCompatibility so we receive the messages for the right PHP versions. --- .travis.yml | 4 +++- codesniffer.ruleset.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02cdb6aa..c691392d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,10 @@ matrix: # aliased to a recent 5.6.x version - php: '5.6' env: SNIFF=1 - # aliased to a recent 7.x version + # aliased to a recent 7.0.x version - php: '7.0' + # aliased to a recent 7.1.x version + - php: '7.1' # aliased to a recent hhvm version - php: 'hhvm' diff --git a/codesniffer.ruleset.xml b/codesniffer.ruleset.xml index f16b3114..2d06727b 100644 --- a/codesniffer.ruleset.xml +++ b/codesniffer.ruleset.xml @@ -14,5 +14,6 @@ +